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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index d2792b92d..ff6818813 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -61,6 +61,8 @@
61 */ 61 */
62#define CONNECTED_LATENCY_EVALUATION_MAX_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 1) 62#define CONNECTED_LATENCY_EVALUATION_MAX_DELAY GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MINUTES, 1)
63 63
64GNUNET_NETWORK_STRUCT_BEGIN
65
64/** 66/**
65 * Message from the transport service to the library 67 * Message from the transport service to the library
66 * asking to check if both processes agree about this 68 * asking to check if both processes agree about this
@@ -430,7 +432,7 @@ struct BlacklistMessage
430 struct GNUNET_PeerIdentity peer; 432 struct GNUNET_PeerIdentity peer;
431 433
432}; 434};
433 435GNUNET_NETWORK_STRUCT_END
434 436
435/* end of transport.h */ 437/* end of transport.h */
436#endif 438#endif