aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 03e328ca8..9b1802fbc 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -257,9 +257,9 @@ struct SendMessageRequest
257 struct GNUNET_PeerIdentity peer; 257 struct GNUNET_PeerIdentity peer;
258 258
259 /** 259 /**
260 * How large is the client's message queue for this peer? 260 * Always zero.
261 */ 261 */
262 uint32_t queue_size GNUNET_PACKED; 262 uint32_t reserved GNUNET_PACKED;
263 263
264 /** 264 /**
265 * How large is the message? 265 * How large is the message?