aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_topology.c
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/testing/test_testing_topology.c
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/testing/test_testing_topology.c')
-rw-r--r--src/testing/test_testing_topology.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testing/test_testing_topology.c b/src/testing/test_testing_topology.c
index f60ac3a1a..7d0c0da5f 100644
--- a/src/testing/test_testing_topology.c
+++ b/src/testing/test_testing_topology.c
@@ -115,6 +115,8 @@ static char *test_directory;
115 115
116#define MTYPE 12345 116#define MTYPE 12345
117 117
118GNUNET_NETWORK_STRUCT_BEGIN
119
118struct GNUNET_TestMessage 120struct GNUNET_TestMessage
119{ 121{
120 /** 122 /**
@@ -127,6 +129,7 @@ struct GNUNET_TestMessage
127 */ 129 */
128 uint32_t uid; 130 uint32_t uid;
129}; 131};
132GNUNET_NETWORK_STRUCT_END
130 133
131struct TestMessageContext 134struct TestMessageContext
132{ 135{