gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r21778 - gnunet/src/stream


From: gnunet
Subject: [GNUnet-SVN] r21778 - gnunet/src/stream
Date: Wed, 6 Jun 2012 13:49:30 +0200

Author: harsha
Date: 2012-06-06 13:49:30 +0200 (Wed, 06 Jun 2012)
New Revision: 21778

Modified:
   gnunet/src/stream/stream_protocol.h
Log:
-network message struct

Modified: gnunet/src/stream/stream_protocol.h
===================================================================
--- gnunet/src/stream/stream_protocol.h 2012-06-06 11:47:58 UTC (rev 21777)
+++ gnunet/src/stream/stream_protocol.h 2012-06-06 11:49:30 UTC (rev 21778)
@@ -154,14 +154,14 @@
    * 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;
 };
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]