aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_manipulation.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_manipulation.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_manipulation.h')
-rw-r--r--src/transport/gnunet-service-transport_manipulation.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/transport/gnunet-service-transport_manipulation.h b/src/transport/gnunet-service-transport_manipulation.h
index e1ae2921e..4a13abbdc 100644
--- a/src/transport/gnunet-service-transport_manipulation.h
+++ b/src/transport/gnunet-service-transport_manipulation.h
@@ -47,12 +47,12 @@ GST_manipulation_send (const struct GNUNET_PeerIdentity *target, const void *msg
47 GST_NeighbourSendContinuation cont, void *cont_cls); 47 GST_NeighbourSendContinuation cont, void *cont_cls);
48 48
49struct GNUNET_TIME_Relative 49struct GNUNET_TIME_Relative
50GST_manipulation_recv (void *cls, const struct GNUNET_PeerIdentity *peer, 50GST_manipulation_recv (void *cls,
51 const struct GNUNET_MessageHeader *message, 51 const struct GNUNET_PeerIdentity *peer,
52 const struct GNUNET_ATS_Information *ats, 52 const struct GNUNET_MessageHeader *message,
53 uint32_t ats_count, struct Session *session, 53 struct Session *session,
54 const char *sender_address, 54 const char *sender_address,
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_init (const struct GNUNET_CONFIGURATION_Handle *GST_cfg);