aboutsummaryrefslogtreecommitdiff
path: root/src/arm
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/arm
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/arm')
-rw-r--r--src/arm/arm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arm/arm.h b/src/arm/arm.h
index 615079b7c..4b9da6fab 100644
--- a/src/arm/arm.h
+++ b/src/arm/arm.h
@@ -33,6 +33,7 @@
33 */ 33 */
34#define DEBUG_ARM GNUNET_EXTRA_LOGGING 34#define DEBUG_ARM GNUNET_EXTRA_LOGGING
35 35
36GNUNET_NETWORK_STRUCT_BEGIN
36 37
37/** 38/**
38 * Reply from ARM to client. 39 * Reply from ARM to client.
@@ -50,6 +51,6 @@ struct GNUNET_ARM_ResultMessage
50 */ 51 */
51 uint32_t status; 52 uint32_t status;
52}; 53};
53 54GNUNET_NETWORK_STRUCT_END
54 55
55#endif 56#endif