aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_pq_lib.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/include/gnunet_pq_lib.h b/src/include/gnunet_pq_lib.h
index ff4498938..fe3fabbea 100644
--- a/src/include/gnunet_pq_lib.h
+++ b/src/include/gnunet_pq_lib.h
@@ -853,19 +853,6 @@ GNUNET_PQ_reconnect (struct GNUNET_PQ_Context *db);
853 853
854 854
855/** 855/**
856 * Poll for database events now. Used if the event FD
857 * is ready and the application wants to trigger applicable
858 * events.
859 * Useful if the GNUnet scheduler is NOT to be used for
860 * such notifications.
861 *
862 * @param db database handle
863 */
864void
865GNUNET_PQ_event_do_poll (struct GNUNET_PQ_Context *db);
866
867
868/**
869 * Register callback to be invoked on events of type @a es. 856 * Register callback to be invoked on events of type @a es.
870 * 857 *
871 * Unlike many other calls, this function is thread-safe 858 * Unlike many other calls, this function is thread-safe