aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-05-04 16:53:00 +0200
committerChristian Grothoff <christian@grothoff.org>2019-05-04 16:53:00 +0200
commit3d2a951fa12546c09809f0a4d7e789ef8e971b03 (patch)
treeda31a75671d613d946be56c200814c8628f1885e /src/transport/transport.h
parentba33155b4f60b8f8049c4f77e3b7b40e29ae63e2 (diff)
downloadgnunet-3d2a951fa12546c09809f0a4d7e789ef8e971b03.tar.gz
gnunet-3d2a951fa12546c09809f0a4d7e789ef8e971b03.zip
only use mono time in TNG HELLOs
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r--src/transport/transport.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index ed89940cc..4ba628112 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -1203,11 +1203,6 @@ struct RequestHelloValidationMessage
1203 */ 1203 */
1204 struct GNUNET_PeerIdentity peer; 1204 struct GNUNET_PeerIdentity peer;
1205 1205
1206 /**
1207 * When does the address expire?
1208 */
1209 struct GNUNET_TIME_AbsoluteNBO expiration;
1210
1211 /* followed by 0-terminated address to validate */ 1206 /* followed by 0-terminated address to validate */
1212}; 1207};
1213 1208