aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
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 00d475e2b..6b1a2cac1 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -223,12 +223,12 @@ struct SendOkMessage
223 * in either case, it is now OK for this client to 223 * in either case, it is now OK for this client to
224 * send us another message for the given peer. 224 * send us another message for the given peer.
225 */ 225 */
226 uint32_t success GNUNET_PACKED; 226 uint16_t success GNUNET_PACKED;
227 227
228 /** 228 /**
229 * Size of message sent 229 * Size of message sent
230 */ 230 */
231 uint32_t bytes_msg GNUNET_PACKED; 231 uint16_t bytes_msg GNUNET_PACKED;
232 232
233 /** 233 /**
234 * Size of message sent over wire 234 * Size of message sent over wire