aboutsummaryrefslogtreecommitdiff
path: root/src/pq/pq.h
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2021-07-25 16:36:25 +0200
committerChristian Grothoff <grothoff@gnunet.org>2021-07-25 16:36:25 +0200
commit3ac1088039a3c5315c4a336775b31e08671ddd81 (patch)
tree89bc9d97f39222cb0576c46ee4013aef0b5cb847 /src/pq/pq.h
parentb1a0dcd618befbbef049d1c2ce262c97f1c70a6f (diff)
downloadgnunet-3ac1088039a3c5315c4a336775b31e08671ddd81.tar.gz
gnunet-3ac1088039a3c5315c4a336775b31e08671ddd81.zip
-extend tests, include reconnect handling for events
Diffstat (limited to 'src/pq/pq.h')
-rw-r--r--src/pq/pq.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/pq/pq.h b/src/pq/pq.h
index bad99b307..107fd116c 100644
--- a/src/pq/pq.h
+++ b/src/pq/pq.h
@@ -94,4 +94,15 @@ struct GNUNET_PQ_Context
94 bool scheduler_on; 94 bool scheduler_on;
95}; 95};
96 96
97
98/**
99 * Internal API. Reconnect should re-register notifications
100 * after a disconnect.
101 *
102 * @param db the DB handle
103 */
104void
105GNUNET_PQ_event_reconnect_ (struct GNUNET_PQ_Context *db);
106
107
97#endif 108#endif