aboutsummaryrefslogtreecommitdiff
path: root/src/nse/nse.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-21 09:40:15 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-21 09:40:15 +0000
commitc4f0fe3ea5a5ca3ce1f7dfecef719da631e4c6ac (patch)
tree02e313a83c4416f07fadf650d33aff09dfe46130 /src/nse/nse.h
parent40e5092e9a5db88b4c9b62cb341596fbf6ce1cf8 (diff)
downloadgnunet-c4f0fe3ea5a5ca3ce1f7dfecef719da631e4c6ac.tar.gz
gnunet-c4f0fe3ea5a5ca3ce1f7dfecef719da631e4c6ac.zip
fixing 2012: network structure alignment now forced to be correct even on W32 using #pragma pack from gcc 4.x
Diffstat (limited to 'src/nse/nse.h')
-rw-r--r--src/nse/nse.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nse/nse.h b/src/nse/nse.h
index 91b629657..2123e3996 100644
--- a/src/nse/nse.h
+++ b/src/nse/nse.h
@@ -35,6 +35,8 @@
35 */ 35 */
36#define DEBUG_NSE GNUNET_EXTRA_LOGGING 36#define DEBUG_NSE GNUNET_EXTRA_LOGGING
37 37
38GNUNET_NETWORK_STRUCT_BEGIN
39
38/** 40/**
39 * Network size estimate sent from the service 41 * Network size estimate sent from the service
40 * to clients. Contains the current size estimate 42 * to clients. Contains the current size estimate
@@ -71,6 +73,6 @@ struct GNUNET_NSE_ClientMessage
71 */ 73 */
72 double std_deviation GNUNET_PACKED; 74 double std_deviation GNUNET_PACKED;
73}; 75};
74 76GNUNET_NETWORK_STRUCT_END
75 77
76#endif 78#endif