aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-09 15:17:32 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-09 15:17:32 +0000
commit7fa5418e823a448a5a6ec4554e39bdc546b3e772 (patch)
tree50c9f65a7d2d23f3ed0caed38d67337ce56645f9 /src/include/gnunet_datastore_service.h
parent27b9c06bc5b0432f1522353da36502687dcb3cd6 (diff)
downloadgnunet-7fa5418e823a448a5a6ec4554e39bdc546b3e772.tar.gz
gnunet-7fa5418e823a448a5a6ec4554e39bdc546b3e772.zip
-clarify
Diffstat (limited to 'src/include/gnunet_datastore_service.h')
-rw-r--r--src/include/gnunet_datastore_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_datastore_service.h b/src/include/gnunet_datastore_service.h
index b4af0e6fd..29508329d 100644
--- a/src/include/gnunet_datastore_service.h
+++ b/src/include/gnunet_datastore_service.h
@@ -292,8 +292,8 @@ typedef void (*GNUNET_DATASTORE_DatumProcessor) (void *cls,
292 * @param max_queue_size at what queue size should this request be dropped 292 * @param max_queue_size at what queue size should this request be dropped
293 * (if other requests of higher priority are in the queue) 293 * (if other requests of higher priority are in the queue)
294 * @param timeout how long to wait at most for a response 294 * @param timeout how long to wait at most for a response
295 * @param proc function to call on each matching value; 295 * @param proc function to call on a matching value;
296 * will be called once with a NULL value at the end 296 * or with a NULL value if no datum matches
297 * @param proc_cls closure for proc 297 * @param proc_cls closure for proc
298 * @return NULL if the entry was not queued, otherwise a handle that can be used to 298 * @return NULL if the entry was not queued, otherwise a handle that can be used to
299 * cancel 299 * cancel