aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.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/transport.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/transport.h')
-rw-r--r--src/transport/transport.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index beea4031e..5a2f04056 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -461,6 +461,11 @@ struct PeerIterateResponseMessage
461 struct GNUNET_TIME_AbsoluteNBO state_timeout; 461 struct GNUNET_TIME_AbsoluteNBO state_timeout;
462 462
463 /** 463 /**
464 * Local info about the address
465 */
466 uint32_t local_address_info GNUNET_PACKED;
467
468 /**
464 * State this peer is in as #GNUNET_TRANSPORT_PeerState enumeration element 469 * State this peer is in as #GNUNET_TRANSPORT_PeerState enumeration element
465 */ 470 */
466 uint32_t state GNUNET_PACKED; 471 uint32_t state GNUNET_PACKED;