From 3e719ecc0f2252bfb01ce6ee057e6d63dd4b7037 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 28 Jun 2009 17:08:07 +0000 Subject: airplane hackery --- src/include/gnunet_datastore_service.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/gnunet_datastore_service.h') 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, * @param priority priority of the content * @param anonymity anonymity-level for the content * @param expiration expiration time for the content + * @param timeout timeout for the operation * @param cont continuation to call when done * @param cont_cls closure for cont */ @@ -135,6 +136,7 @@ GNUNET_DATASTORE_put (struct GNUNET_DATASTORE_Handle *h, uint32_t priority, uint32_t anonymity, struct GNUNET_TIME_Absolute expiration, + struct GNUNET_TIME_Relative timeout, GNUNET_DATASTORE_ContinuationWithStatus cont, void *cont_cls); -- cgit v1.2.3