gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r17230 - gnunet/src/nse


From: gnunet
Subject: [GNUnet-SVN] r17230 - gnunet/src/nse
Date: Wed, 5 Oct 2011 21:54:57 +0200

Author: grothoff
Date: 2011-10-05 21:54:57 +0200 (Wed, 05 Oct 2011)
New Revision: 17230

Modified:
   gnunet/src/nse/nse.h
Log:
add packed

Modified: gnunet/src/nse/nse.h
===================================================================
--- gnunet/src/nse/nse.h        2011-10-05 17:31:51 UTC (rev 17229)
+++ gnunet/src/nse/nse.h        2011-10-05 19:54:57 UTC (rev 17230)
@@ -52,7 +52,7 @@
   /**
    * For alignment.
    */
-  uint32_t reserved;
+  uint32_t reserved GNUNET_PACKED;
 
   /**
    * Timestamp at which the server received the message.
@@ -62,14 +62,14 @@
   /**
    * The current estimated network size.
    */
-  double size_estimate;
+  double size_estimate GNUNET_PACKED;
 
   /**
    * The standard deviation (rounded down
    * to the nearest integer) of size
    * estimations.
    */
-  double std_deviation;
+  double std_deviation GNUNET_PACKED;
 };
 
 




reply via email to

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