aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-04 17:57:21 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-04 17:57:21 +0000
commit2663c23e2b0944dfb015332f10ff65cfc802588a (patch)
treec44540741af69049b6f1f0f7ea1dd574214d5c3c /src/include/gnunet_datastore_service.h
parent060e3c202b9c4aed542617ac84b6b3061f51be2b (diff)
downloadgnunet-2663c23e2b0944dfb015332f10ff65cfc802588a.tar.gz
gnunet-2663c23e2b0944dfb015332f10ff65cfc802588a.zip
renaming, fixes
Diffstat (limited to 'src/include/gnunet_datastore_service.h')
-rw-r--r--src/include/gnunet_datastore_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_datastore_service.h b/src/include/gnunet_datastore_service.h
index 756d2f3be..e18d4ef12 100644
--- a/src/include/gnunet_datastore_service.h
+++ b/src/include/gnunet_datastore_service.h
@@ -322,7 +322,7 @@ GNUNET_DATASTORE_iterate_key (struct GNUNET_DATASTORE_Handle *h,
322 * @param max_queue_size at what queue size should this request be dropped 322 * @param max_queue_size at what queue size should this request be dropped
323 * (if other requests of higher priority are in the queue) 323 * (if other requests of higher priority are in the queue)
324 * @param timeout how long to wait at most for a response 324 * @param timeout how long to wait at most for a response
325 * @param type allowed type for the operation (ANY for 'all types') 325 * @param type allowed type for the operation (never zero)
326 * @param iter function to call on a random value; it 326 * @param iter function to call on a random value; it
327 * will be called once with a value (if available) 327 * will be called once with a value (if available)
328 * and always once with a value of NULL at the end. 328 * and always once with a value of NULL at the end.