aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-14 12:50:43 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-14 12:50:43 +0200
commita277e037fefe605c93d81869ac514f87cad25768 (patch)
tree45d0bc32ef40f6c472833eafaf0ded59f1e392fb /src/transport/transport.h
parent3378fbc4c59bbc6110a51eba5d9c3a3bf8a0dba8 (diff)
downloadgnunet-a277e037fefe605c93d81869ac514f87cad25768.tar.gz
gnunet-a277e037fefe605c93d81869ac514f87cad25768.zip
misc tng related cleanup
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r--src/transport/transport.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index 7e0d9c2d4..b9c61f306 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -743,6 +743,12 @@ struct GNUNET_TRANSPORT_IncomingMessage
743 uint64_t fc_id GNUNET_PACKED; 743 uint64_t fc_id GNUNET_PACKED;
744 744
745 /** 745 /**
746 * How long does the communicator believe the address on which
747 * the message was received to remain valid?
748 */
749 struct GNUNET_TIME_RelativeNBO expected_address_validity;
750
751 /**
746 * Sender identifier. 752 * Sender identifier.
747 */ 753 */
748 struct GNUNET_PeerIdentity sender; 754 struct GNUNET_PeerIdentity sender;