aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_topology_churn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_testing_topology_churn.c')
-rw-r--r--src/testing/test_testing_topology_churn.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testing/test_testing_topology_churn.c b/src/testing/test_testing_topology_churn.c
index 5a348642c..36120893b 100644
--- a/src/testing/test_testing_topology_churn.c
+++ b/src/testing/test_testing_topology_churn.c
@@ -59,6 +59,8 @@ static char *test_directory;
59 59
60#define MTYPE 12345 60#define MTYPE 12345
61 61
62GNUNET_NETWORK_STRUCT_BEGIN
63
62struct GNUNET_TestMessage 64struct GNUNET_TestMessage
63{ 65{
64 /** 66 /**
@@ -71,6 +73,7 @@ struct GNUNET_TestMessage
71 */ 73 */
72 uint32_t uid; 74 uint32_t uid;
73}; 75};
76GNUNET_NETWORK_STRUCT_END
74 77
75/** 78/**
76 * Check whether peers successfully shut down. 79 * Check whether peers successfully shut down.