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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index dab5415c2..eceda49d4 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -285,14 +285,14 @@ struct OutboundMessage
285{ 285{
286 286
287 /** 287 /**
288 * Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_SEND 288 * Type will be #GNUNET_MESSAGE_TYPE_TRANSPORT_SEND
289 */ 289 */
290 struct GNUNET_MessageHeader header; 290 struct GNUNET_MessageHeader header;
291 291
292 /** 292 /**
293 * Message priority. 293 * Always zero.
294 */ 294 */
295 uint32_t priority GNUNET_PACKED; 295 uint32_t reserved GNUNET_PACKED;
296 296
297 /** 297 /**
298 * Allowed delay. 298 * Allowed delay.