aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_topology.c
diff options
context:
space:
mode:
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{