aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_pq_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-25 12:52:12 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-25 12:52:12 +0200
commit45532e7bc19a2a73ad6da6502969c536d6831436 (patch)
treeea7dea0ae4bbe406b12903c7fca2f4af9eb05d0f /src/include/gnunet_pq_lib.h
parent47d691ee2dcba940a9de6b95866c2da9c579ce94 (diff)
downloadgnunet-45532e7bc19a2a73ad6da6502969c536d6831436.tar.gz
gnunet-45532e7bc19a2a73ad6da6502969c536d6831436.zip
further simplify libgnunetpq event API and implementation, also trigger events on 'loopback' that are not socket-activated
Diffstat (limited to 'src/include/gnunet_pq_lib.h')
-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