aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-09 15:12:03 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-09 15:12:03 +0000
commit7831efe09b1e8d30c7361e4b6c17b6966ad0fafa (patch)
treeb4824d071fc9721bbec6609d98ef1fd069dfb232 /src/core/core.h
parent7ae3bcd234e062c28f66db9758f61af401d0a707 (diff)
downloadgnunet-7831efe09b1e8d30c7361e4b6c17b6966ad0fafa.tar.gz
gnunet-7831efe09b1e8d30c7361e4b6c17b6966ad0fafa.zip
-fixing #2400
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?