aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-13 19:22:06 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-13 19:22:06 +0000
commit05f400da954c63b2f0efaf4ffb2ce104aeef29db (patch)
treef7d9ba6aef715d0621fe0cab0395446ece67462b /src/include/gnunet_datastore_service.h
parent18db9a2fc6584fe35b327650534cf0672f4686e7 (diff)
downloadgnunet-05f400da954c63b2f0efaf4ffb2ce104aeef29db.tar.gz
gnunet-05f400da954c63b2f0efaf4ffb2ce104aeef29db.zip
doxygen
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 c563e5cc9..e06c0b24b 100644
--- a/src/include/gnunet_datastore_service.h
+++ b/src/include/gnunet_datastore_service.h
@@ -291,7 +291,7 @@ typedef void (*GNUNET_DATASTORE_DatumProcessor) (void *cls,
291 * will only be called once. 291 * will only be called once.
292 * 292 *
293 * @param h handle to the datastore 293 * @param h handle to the datastore
294 * @param offset offset of the result (mod #num-results); set to 294 * @param offset offset of the result (modulo num-results); set to
295 * a random 64-bit value initially; then increment by 295 * a random 64-bit value initially; then increment by
296 * one each time; detect that all results have been found by uid 296 * one each time; detect that all results have been found by uid
297 * being again the first uid ever returned. 297 * being again the first uid ever returned.
@@ -323,7 +323,7 @@ GNUNET_DATASTORE_get_key (struct GNUNET_DATASTORE_Handle *h,
323 * Get a single zero-anonymity value from the datastore. 323 * Get a single zero-anonymity value from the datastore.
324 * 324 *
325 * @param h handle to the datastore 325 * @param h handle to the datastore
326 * @param offset offset of the result (mod #num-results); set to 326 * @param offset offset of the result (modulo num-results); set to
327 * a random 64-bit value initially; then increment by 327 * a random 64-bit value initially; then increment by
328 * one each time; detect that all results have been found by uid 328 * one each time; detect that all results have been found by uid
329 * being again the first uid ever returned. 329 * being again the first uid ever returned.