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, 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