aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_plugins.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-18 16:10:31 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-18 16:10:31 +0000
commit6cc556bed0898dcdb168248658574862920818da (patch)
tree1e4850a7756e0940142ff2009e0fabab1c7660bd /src/transport/gnunet-service-transport_plugins.h
parent2bfa211933d6285ffbdc7d871e695838b5d08b9f (diff)
downloadgnunet-6cc556bed0898dcdb168248658574862920818da.tar.gz
gnunet-6cc556bed0898dcdb168248658574862920818da.zip
transport plugin api change: split of address receive and ats updates
Diffstat (limited to 'src/transport/gnunet-service-transport_plugins.h')
-rw-r--r--src/transport/gnunet-service-transport_plugins.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_plugins.h b/src/transport/gnunet-service-transport_plugins.h
index 97e8f4c6f..ef20e4539 100644
--- a/src/transport/gnunet-service-transport_plugins.h
+++ b/src/transport/gnunet-service-transport_plugins.h
@@ -43,12 +43,14 @@
43 * @param address_cb function to call when our public addresses changed 43 * @param address_cb function to call when our public addresses changed
44 * @param session_end_cb function to call when a session was terminated 44 * @param session_end_cb function to call when a session was terminated
45 * @param address_type_cb function to call when a address type is requested 45 * @param address_type_cb function to call when a address type is requested
46 * @param metric_update_cb function to call when address metrics change
46 */ 47 */
47void 48void
48GST_plugins_load (GNUNET_TRANSPORT_PluginReceiveCallback recv_cb, 49GST_plugins_load (GNUNET_TRANSPORT_PluginReceiveCallback recv_cb,
49 GNUNET_TRANSPORT_AddressNotification address_cb, 50 GNUNET_TRANSPORT_AddressNotification address_cb,
50 GNUNET_TRANSPORT_SessionEnd session_end_cb, 51 GNUNET_TRANSPORT_SessionEnd session_end_cb,
51 GNUNET_TRANSPORT_AddressToType address_type_cb); 52 GNUNET_TRANSPORT_AddressToType address_type_cb,
53 GNUNET_TRANSPORT_UpdateAddressMetrics metric_update_cb);
52 54
53/** 55/**
54 * Unload all plugins 56 * Unload all plugins