added test_stream_big to make check tests
[oweals/gnunet.git] / src / stream / stream_protocol.h
index 0c5376f84ab21a0c97f5df1273b8774731b5cb0e..d1c43b778ea93a41986f8f6d0a78bdcaf8cc2296 100644 (file)
@@ -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;
 };