aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_topology_blacklist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_testing_topology_blacklist.c')
-rw-r--r--src/testing/test_testing_topology_blacklist.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testing/test_testing_topology_blacklist.c b/src/testing/test_testing_topology_blacklist.c
index d45d1bbb4..095c5b2a2 100644
--- a/src/testing/test_testing_topology_blacklist.c
+++ b/src/testing/test_testing_topology_blacklist.c
@@ -85,6 +85,8 @@ static char *test_directory;
85 85
86#define MTYPE 12345 86#define MTYPE 12345
87 87
88GNUNET_NETWORK_STRUCT_BEGIN
89
88struct GNUNET_TestMessage 90struct GNUNET_TestMessage
89{ 91{
90 /** 92 /**
@@ -97,7 +99,7 @@ struct GNUNET_TestMessage
97 */ 99 */
98 uint32_t uid; 100 uint32_t uid;
99}; 101};
100 102GNUNET_NETWORK_STRUCT_END
101 103
102/** 104/**
103 * Check whether peers successfully shut down. 105 * Check whether peers successfully shut down.