aboutsummaryrefslogtreecommitdiff
path: root/src/include/anastasis_database_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/anastasis_database_plugin.h')
-rw-r--r--src/include/anastasis_database_plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/anastasis_database_plugin.h b/src/include/anastasis_database_plugin.h
index 069d0d9..96a9367 100644
--- a/src/include/anastasis_database_plugin.h
+++ b/src/include/anastasis_database_plugin.h
@@ -262,6 +262,7 @@ struct ANASTASIS_DatabasePlugin
262 * 262 *
263 * @param cls database context to use 263 * @param cls database context to use
264 * @param es specification of the event to listen for 264 * @param es specification of the event to listen for
265 * @param timeout how long to wait for the event
265 * @param cb function to call when the event happens, possibly 266 * @param cb function to call when the event happens, possibly
266 * multiple times (until cancel is invoked) 267 * multiple times (until cancel is invoked)
267 * @param cb_cls closure for @a cb 268 * @param cb_cls closure for @a cb
@@ -270,6 +271,7 @@ struct ANASTASIS_DatabasePlugin
270 struct GNUNET_DB_EventHandler * 271 struct GNUNET_DB_EventHandler *
271 (*event_listen)(void *cls, 272 (*event_listen)(void *cls,
272 const struct GNUNET_DB_EventHeaderP *es, 273 const struct GNUNET_DB_EventHeaderP *es,
274 struct GNUNET_TIME_Relative timeout,
273 GNUNET_DB_EventCallback cb, 275 GNUNET_DB_EventCallback cb,
274 void *cb_cls); 276 void *cb_cls);
275 277