From: Sree Harsha Totakura Date: Wed, 6 Jun 2012 11:49:30 +0000 (+0000) Subject: -network message struct X-Git-Tag: initial-import-from-subversion-38251~13246 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8e32bc8869091470bd243fb78459cb9981d6a1fa;p=oweals%2Fgnunet.git -network message struct --- 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; };