aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-03 20:59:58 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-03 20:59:58 +0000
commitba47d9ea31c6635578365484b993f252d7c2d022 (patch)
tree5c41f5faa60b0b1fa2224b1e293394bc91e6f053 /src/include/gnunet_datastore_service.h
parentdd1dcb51fe9ad99b0f81598d4045d2e957834843 (diff)
downloadgnunet-ba47d9ea31c6635578365484b993f252d7c2d022.tar.gz
gnunet-ba47d9ea31c6635578365484b993f252d7c2d022.zip
improve API, speed up mysql
Diffstat (limited to 'src/include/gnunet_datastore_service.h')
-rw-r--r--src/include/gnunet_datastore_service.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_datastore_service.h b/src/include/gnunet_datastore_service.h
index e06c0b24b..4671cfbda 100644
--- a/src/include/gnunet_datastore_service.h
+++ b/src/include/gnunet_datastore_service.h
@@ -321,6 +321,10 @@ GNUNET_DATASTORE_get_key (struct GNUNET_DATASTORE_Handle *h,
321 321
322/** 322/**
323 * Get a single zero-anonymity value from the datastore. 323 * Get a single zero-anonymity value from the datastore.
324 * Note that some implementations can ignore the 'offset' and
325 * instead return a random zero-anonymity value. In that case,
326 * detecting the wrap-around based on a repeating UID is at best
327 * probabilistic.
324 * 328 *
325 * @param h handle to the datastore 329 * @param h handle to the datastore
326 * @param offset offset of the result (modulo num-results); set to 330 * @param offset offset of the result (modulo num-results); set to