aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/statistics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics/statistics.h')
-rw-r--r--src/statistics/statistics.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/statistics/statistics.h b/src/statistics/statistics.h
index a65dff147..3fcac275a 100644
--- a/src/statistics/statistics.h
+++ b/src/statistics/statistics.h
@@ -29,6 +29,8 @@
29 29
30#define DEBUG_STATISTICS GNUNET_EXTRA_LOGGING 30#define DEBUG_STATISTICS GNUNET_EXTRA_LOGGING
31 31
32GNUNET_NETWORK_STRUCT_BEGIN
33
32/** 34/**
33 * Statistics message. Contains how long the system is up 35 * Statistics message. Contains how long the system is up
34 * and one value. 36 * and one value.
@@ -128,6 +130,6 @@ struct GNUNET_STATISTICS_WatchValueMessage
128 uint64_t value GNUNET_PACKED; 130 uint64_t value GNUNET_PACKED;
129 131
130}; 132};
131 133GNUNET_NETWORK_STRUCT_END
132 134
133#endif 135#endif