aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/datastore_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-07-12 22:11:16 +0000
committerChristian Grothoff <christian@grothoff.org>2009-07-12 22:11:16 +0000
commit434bd08c383c1128e4c95d84d8e546ced6dfb629 (patch)
treec07689baaa32aa123e3bcc5939c74bde1f2a9b06 /src/datastore/datastore_api.c
parent0764da28f2a3003c208703245b2247432855fc90 (diff)
downloadgnunet-434bd08c383c1128e4c95d84d8e546ced6dfb629.tar.gz
gnunet-434bd08c383c1128e4c95d84d8e546ced6dfb629.zip
transport fixes, hello API extension
Diffstat (limited to 'src/datastore/datastore_api.c')
-rw-r--r--src/datastore/datastore_api.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/datastore/datastore_api.c b/src/datastore/datastore_api.c
index a024d9e96..5e87affaf 100644
--- a/src/datastore/datastore_api.c
+++ b/src/datastore/datastore_api.c
@@ -29,6 +29,9 @@
29#include "datastore.h" 29#include "datastore.h"
30 30
31 31
32/**
33 *
34 */
32struct MessageQueue 35struct MessageQueue
33{ 36{
34 /** 37 /**
@@ -113,7 +116,7 @@ struct GNUNET_DATASTORE_Handle *GNUNET_DATASTORE_connect (struct
113 116
114 117
115/** 118/**
116 * Transmit DROP message to Database service. 119 * Transmit DROP message to datastore service.
117 */ 120 */
118static size_t 121static size_t
119transmit_drop (void *cls, 122transmit_drop (void *cls,