aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_quota_compliance.c')
-rw-r--r--src/transport/test_quota_compliance.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/transport/test_quota_compliance.c b/src/transport/test_quota_compliance.c
index 1742dd0d3..5d9cfff19 100644
--- a/src/transport/test_quota_compliance.c
+++ b/src/transport/test_quota_compliance.c
@@ -104,11 +104,14 @@ static GNUNET_TRANSPORT_TESTING_ConnectRequest cc;
104 104
105#define MTYPE 12345 105#define MTYPE 12345
106 106
107GNUNET_NETWORK_STRUCT_BEGIN
108
107struct TestMessage 109struct TestMessage
108{ 110{
109 struct GNUNET_MessageHeader header; 111 struct GNUNET_MessageHeader header;
110 uint32_t num; 112 uint32_t num;
111}; 113};
114GNUNET_NETWORK_STRUCT_END
112 115
113static int msg_scheduled; 116static int msg_scheduled;
114static int msg_sent; 117static int msg_sent;