aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-05-04 22:16:24 +0200
committerChristian Grothoff <christian@grothoff.org>2019-05-04 22:16:24 +0200
commit80f480c752fd8dfa1be51d78fce314d9f0650b50 (patch)
tree459c21a3fde3b5f66194ac9960632de53586c5f0 /src/transport/transport.h
parent3d2a951fa12546c09809f0a4d7e789ef8e971b03 (diff)
downloadgnunet-80f480c752fd8dfa1be51d78fce314d9f0650b50.tar.gz
gnunet-80f480c752fd8dfa1be51d78fce314d9f0650b50.zip
simplify MQ logic to always carry the same kinds of flags, and extend transport API to pass them to (TNG) service
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r--src/transport/transport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index 4ba628112..7fe869fa8 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -302,9 +302,9 @@ struct OutboundMessage
302 struct GNUNET_MessageHeader header; 302 struct GNUNET_MessageHeader header;
303 303
304 /** 304 /**
305 * Always zero. 305 * An `enum GNUNET_MQ_PriorityPreferences` in NBO.
306 */ 306 */
307 uint32_t reserved GNUNET_PACKED; 307 uint32_t priority GNUNET_PACKED;
308 308
309#if ! (defined(GNUNET_TRANSPORT_COMMUNICATION_VERSION) || \ 309#if ! (defined(GNUNET_TRANSPORT_COMMUNICATION_VERSION) || \
310 defined(GNUNET_TRANSPORT_CORE_VERSION)) 310 defined(GNUNET_TRANSPORT_CORE_VERSION))