aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_manipulation.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-21 11:01:09 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-21 11:01:09 +0000
commit15145b5d8405bf4a746ddeadc4702dee2ae6f218 (patch)
treef028b1e2e2ccc6e00abe676e4313bb644f178e8d /src/transport/gnunet-service-transport_manipulation.h
parent0f400440ed8e31091a40f8991fcb34769836cf2e (diff)
downloadgnunet-15145b5d8405bf4a746ddeadc4702dee2ae6f218.tar.gz
gnunet-15145b5d8405bf4a746ddeadc4702dee2ae6f218.zip
ats manipulation
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 ();