aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
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;