aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_validation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_validation.c')
-rw-r--r--src/transport/gnunet-service-transport_validation.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_validation.c b/src/transport/gnunet-service-transport_validation.c
index 559589576..17fc5edc6 100644
--- a/src/transport/gnunet-service-transport_validation.c
+++ b/src/transport/gnunet-service-transport_validation.c
@@ -92,6 +92,8 @@
92#define PONG_PRIORITY 4 92#define PONG_PRIORITY 4
93 93
94 94
95GNUNET_NETWORK_STRUCT_BEGIN
96
95/** 97/**
96 * Message used to ask a peer to validate receipt (to check an address 98 * Message used to ask a peer to validate receipt (to check an address
97 * from a HELLO). Followed by the address we are trying to validate, 99 * from a HELLO). Followed by the address we are trying to validate,
@@ -166,7 +168,7 @@ struct TransportPongMessage
166 uint32_t addrlen GNUNET_PACKED; 168 uint32_t addrlen GNUNET_PACKED;
167 169
168}; 170};
169 171GNUNET_NETWORK_STRUCT_END
170 172
171/** 173/**
172 * Information about an address under validation 174 * Information about an address under validation