aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-02-02 17:38:22 +0000
committerChristian Grothoff <christian@grothoff.org>2014-02-02 17:38:22 +0000
commit769c3e9561ea577ca167c74286a5cd092510a5cb (patch)
tree89c8ad4c414a61da8818b081889916ad0e06abaf /src/transport/transport.h
parentfdf369790b040af2ab491e80dab8eb1bb95151a2 (diff)
downloadgnunet-769c3e9561ea577ca167c74286a5cd092510a5cb.tar.gz
gnunet-769c3e9561ea577ca167c74286a5cd092510a5cb.zip
removing depreated 'priority' argument from GNUNET_TRANSPORT_notify_transmit_ready
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.