aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_manipulation.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-25 14:23:36 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-25 14:23:36 +0000
commitcc67bae38c54cbaf2122ee3aa0762e7f2cb04edf (patch)
treefdbb9b063b160ab251750b220ff07d290cae723b /src/transport/gnunet-service-transport_manipulation.h
parentee0ee4cc9515917530c6e2a60a8e90349847d4bd (diff)
downloadgnunet-cc67bae38c54cbaf2122ee3aa0762e7f2cb04edf.tar.gz
gnunet-cc67bae38c54cbaf2122ee3aa0762e7f2cb04edf.zip
ATS manipulation
Diffstat (limited to 'src/transport/gnunet-service-transport_manipulation.h')
-rw-r--r--src/transport/gnunet-service-transport_manipulation.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/transport/gnunet-service-transport_manipulation.h b/src/transport/gnunet-service-transport_manipulation.h
index c8e8b27e9..0f8c1156e 100644
--- a/src/transport/gnunet-service-transport_manipulation.h
+++ b/src/transport/gnunet-service-transport_manipulation.h
@@ -66,14 +66,12 @@ GST_manipulation_recv (void *cls,
66 * @param ats the ats information 66 * @param ats the ats information
67 * @param ats_count the number of ats information 67 * @param ats_count the number of ats information
68 */ 68 */
69void 69struct GNUNET_ATS_Information *
70GST_manipulation_metrics_recv (void *cls, 70GST_manipulation_manipulate_metrics (const struct GNUNET_PeerIdentity *peer,
71 struct GNUNET_PeerIdentity *peer, 71 const struct GNUNET_HELLO_Address *address,
72 const char *address, 72 struct Session *session,
73 uint16_t address_len, 73 const struct GNUNET_ATS_Information *ats,
74 struct Session *session, 74 uint32_t ats_count);
75 struct GNUNET_ATS_Information *ats,
76 uint32_t ats_count);
77 75
78void 76void
79GST_manipulation_init (const struct GNUNET_CONFIGURATION_Handle *GST_cfg, 77GST_manipulation_init (const struct GNUNET_CONFIGURATION_Handle *GST_cfg,