aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_manipulation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_manipulation.h')
-rw-r--r--src/transport/gnunet-service-transport_manipulation.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_manipulation.h b/src/transport/gnunet-service-transport_manipulation.h
index 4a13abbdc..075580116 100644
--- a/src/transport/gnunet-service-transport_manipulation.h
+++ b/src/transport/gnunet-service-transport_manipulation.h
@@ -55,7 +55,17 @@ GST_manipulation_recv (void *cls,
55 uint16_t sender_address_len); 55 uint16_t sender_address_len);
56 56
57void 57void
58GST_manipulation_init (const struct GNUNET_CONFIGURATION_Handle *GST_cfg); 58GST_manipulation_update_metrics (void *cls,
59 const struct GNUNET_PeerIdentity *peer,
60 const char *address,
61 uint16_t address_len,
62 struct Session *session,
63 struct GNUNET_ATS_Information *ats,
64 uint32_t ats_count);
65
66void
67GST_manipulation_init (const struct GNUNET_CONFIGURATION_Handle *GST_cfg,
68 GNUNET_TRANSPORT_UpdateAddressMetrics metric_update_cb);
59 69
60void 70void
61GST_manipulation_stop (); 71GST_manipulation_stop ();