From: Christian Grothoff Date: Wed, 5 Oct 2011 19:54:57 +0000 (+0000) Subject: add packed X-Git-Tag: initial-import-from-subversion-38251~16763 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3816824b405add09b33616b995477ffa01fdd68c;p=oweals%2Fgnunet.git add packed --- diff --git a/src/nse/nse.h b/src/nse/nse.h index 536834573..91b629657 100644 --- a/src/nse/nse.h +++ b/src/nse/nse.h @@ -52,7 +52,7 @@ struct GNUNET_NSE_ClientMessage /** * For alignment. */ - uint32_t reserved; + uint32_t reserved GNUNET_PACKED; /** * Timestamp at which the server received the message. @@ -62,14 +62,14 @@ struct GNUNET_NSE_ClientMessage /** * 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; };