aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_plugins.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_plugins.h')
-rw-r--r--src/transport/gnunet-service-transport_plugins.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/transport/gnunet-service-transport_plugins.h b/src/transport/gnunet-service-transport_plugins.h
index 15d8463fb..766ebaa66 100644
--- a/src/transport/gnunet-service-transport_plugins.h
+++ b/src/transport/gnunet-service-transport_plugins.h
@@ -100,5 +100,16 @@ const char *
100GST_plugins_a2s (const struct GNUNET_HELLO_Address *address); 100GST_plugins_a2s (const struct GNUNET_HELLO_Address *address);
101 101
102 102
103/**
104 * Register callback with all plugins to monitor their status.
105 *
106 * @param cb callback to register, NULL to unsubscribe
107 * @param cb_cls closure for @a cb
108 */
109void
110GST_plugins_monitor_subscribe (GNUNET_TRANSPORT_SessionInfoCallback cb,
111 void *cb_cls);
112
113
103#endif 114#endif
104/* end of file gnunet-service-transport_plugins.h */ 115/* end of file gnunet-service-transport_plugins.h */