aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_manipulation.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-01-13 16:59:57 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-01-13 16:59:57 +0000
commit1257490cb630ade315a196a724d0233e662afb2c (patch)
tree0d9c01593a1aa73d8f6490127b640d67da69b54c /src/transport/gnunet-service-transport_manipulation.h
parent35d79cb1941c9f9607195b8760d8a14d836e6397 (diff)
downloadgnunet-1257490cb630ade315a196a724d0233e662afb2c.tar.gz
gnunet-1257490cb630ade315a196a724d0233e662afb2c.zip
implementing 0003268 to inbound information in HELLO addresses
All transport plugin functions are modified to use HELLO addresses instead of peer,address,address_length All plugins are modified to use HELLO addresses internally This commit can break transport functionality: core tests on my system still pass, but transport tests may still fail, errors messages may occurs or crashs Will be fixed asap
Diffstat (limited to 'src/transport/gnunet-service-transport_manipulation.h')
-rw-r--r--src/transport/gnunet-service-transport_manipulation.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/transport/gnunet-service-transport_manipulation.h b/src/transport/gnunet-service-transport_manipulation.h
index 4fe68ade1..3b6beb8b7 100644
--- a/src/transport/gnunet-service-transport_manipulation.h
+++ b/src/transport/gnunet-service-transport_manipulation.h
@@ -79,11 +79,9 @@ GST_manipulation_send (const struct GNUNET_PeerIdentity *target,
79 */ 79 */
80struct GNUNET_TIME_Relative 80struct GNUNET_TIME_Relative
81GST_manipulation_recv (void *cls, 81GST_manipulation_recv (void *cls,
82 const struct GNUNET_PeerIdentity *peer, 82 const struct GNUNET_HELLO_Address *address,
83 const struct GNUNET_MessageHeader *message, 83 struct Session *session,
84 struct Session *session, 84 const struct GNUNET_MessageHeader *message);
85 const char *sender_address,
86 uint16_t sender_address_len);
87 85
88/** 86/**
89 * Function that will be called to manipulate ATS information according to 87 * Function that will be called to manipulate ATS information according to