diff options
author | David Barksdale <amatus.amongus@gmail.com> | 2013-07-22 08:26:16 -0500 |
---|---|---|
committer | David Barksdale <amatus.amongus@gmail.com> | 2013-07-22 08:26:16 -0500 |
commit | 7450bd0b6c6c05ee6425e2c63e9b79beb94bfbfa (patch) | |
tree | dfde89b41437def7ce23af24db53a11a9b5f1075 /src/core/core.h | |
parent | 740b30688bd745a527f96f9116c19acb3480971a (diff) |
Imported Upstream version 0.9.5aupstream
Diffstat (limited to 'src/core/core.h')
-rw-r--r-- | src/core/core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/core.h b/src/core/core.h index 03e328c..9b1802f 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -257,9 +257,9 @@ struct SendMessageRequest struct GNUNET_PeerIdentity peer; /** - * How large is the client's message queue for this peer? + * Always zero. */ - uint32_t queue_size GNUNET_PACKED; + uint32_t reserved GNUNET_PACKED; /** * How large is the message? |