From 8e32bc8869091470bd243fb78459cb9981d6a1fa Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Wed, 6 Jun 2012 11:49:30 +0000 Subject: [PATCH] -network message struct --- src/stream/stream_protocol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stream/stream_protocol.h b/src/stream/stream_protocol.h index 0c5376f84..d1c43b778 100644 --- a/src/stream/stream_protocol.h +++ b/src/stream/stream_protocol.h @@ -154,14 +154,14 @@ struct GNUNET_STREAM_HelloAckMessage * The selected sequence number. Following data tranmissions from the sender * start with this sequence */ - uint32_t sequence_number; + uint32_t sequence_number GNUNET_PACKED; /** * The size(in bytes) of the receive window on the peer sending this message * * FIXME: Remove if not needed */ - uint32_t receiver_window_size; + uint32_t receiver_window_size GNUNET_PACKED; }; -- 2.25.1