aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-06-28 17:08:07 +0000
committerChristian Grothoff <christian@grothoff.org>2009-06-28 17:08:07 +0000
commit3e719ecc0f2252bfb01ce6ee057e6d63dd4b7037 (patch)
tree613635d211366eda3ac83eccee08f49e78e125e5 /src/include/gnunet_datastore_service.h
parenta913b5f73410eb3f0568670046d3ecf3b233744f (diff)
downloadgnunet-3e719ecc0f2252bfb01ce6ee057e6d63dd4b7037.tar.gz
gnunet-3e719ecc0f2252bfb01ce6ee057e6d63dd4b7037.zip
airplane hackery
Diffstat (limited to 'src/include/gnunet_datastore_service.h')
-rw-r--r--src/include/gnunet_datastore_service.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gnunet_datastore_service.h b/src/include/gnunet_datastore_service.h
index 10b2157d3..2dcc153e6 100644
--- a/src/include/gnunet_datastore_service.h
+++ b/src/include/gnunet_datastore_service.h
@@ -122,6 +122,7 @@ GNUNET_DATASTORE_reserve (struct GNUNET_DATASTORE_Handle *h,
122 * @param priority priority of the content 122 * @param priority priority of the content
123 * @param anonymity anonymity-level for the content 123 * @param anonymity anonymity-level for the content
124 * @param expiration expiration time for the content 124 * @param expiration expiration time for the content
125 * @param timeout timeout for the operation
125 * @param cont continuation to call when done 126 * @param cont continuation to call when done
126 * @param cont_cls closure for cont 127 * @param cont_cls closure for cont
127 */ 128 */
@@ -135,6 +136,7 @@ GNUNET_DATASTORE_put (struct GNUNET_DATASTORE_Handle *h,
135 uint32_t priority, 136 uint32_t priority,
136 uint32_t anonymity, 137 uint32_t anonymity,
137 struct GNUNET_TIME_Absolute expiration, 138 struct GNUNET_TIME_Absolute expiration,
139 struct GNUNET_TIME_Relative timeout,
138 GNUNET_DATASTORE_ContinuationWithStatus cont, 140 GNUNET_DATASTORE_ContinuationWithStatus cont,
139 void *cont_cls); 141 void *cont_cls);
140 142