aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-19 14:02:25 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-19 14:02:25 +0000
commit61e81163b05a44b3d0e72b4ef8c781f98b6c2c6c (patch)
tree4edd7545b8a98f371166b1d383be0257f016627f /src/include/gnunet_datastore_service.h
parentbf2d1ccefd7b5bd13295733a36bf19afba46f4b2 (diff)
downloadgnunet-61e81163b05a44b3d0e72b4ef8c781f98b6c2c6c.tar.gz
gnunet-61e81163b05a44b3d0e72b4ef8c781f98b6c2c6c.zip
-actually initialize min_expiration field
Diffstat (limited to 'src/include/gnunet_datastore_service.h')
-rw-r--r--src/include/gnunet_datastore_service.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_datastore_service.h b/src/include/gnunet_datastore_service.h
index db680eaf3..b4af0e6fd 100644
--- a/src/include/gnunet_datastore_service.h
+++ b/src/include/gnunet_datastore_service.h
@@ -86,8 +86,9 @@ GNUNET_DATASTORE_disconnect (struct GNUNET_DATASTORE_Handle *h, int drop);
86 * @param success GNUNET_SYSERR on failure (including timeout/queue drop) 86 * @param success GNUNET_SYSERR on failure (including timeout/queue drop)
87 * GNUNET_NO if content was already there 87 * GNUNET_NO if content was already there
88 * GNUNET_YES (or other positive value) on success 88 * GNUNET_YES (or other positive value) on success
89 * @param min_expiration minimum expiration time required for content to be stored 89 * @param min_expiration minimum expiration time required for 0-priority content to be stored
90 * by the datacache at this time, zero for unknown 90 * by the datacache at this time, zero for unknown, forever if we have no
91 * space for 0-priority content
91 * @param msg NULL on success, otherwise an error message 92 * @param msg NULL on success, otherwise an error message
92 */ 93 */
93typedef void (*GNUNET_DATASTORE_ContinuationWithStatus) (void *cls, 94typedef void (*GNUNET_DATASTORE_ContinuationWithStatus) (void *cls,