aboutsummaryrefslogtreecommitdiff
path: root/src/nse/nse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nse/nse.h')
-rw-r--r--src/nse/nse.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nse/nse.h b/src/nse/nse.h
index 91b629657..2123e3996 100644
--- a/src/nse/nse.h
+++ b/src/nse/nse.h
@@ -35,6 +35,8 @@
35 */ 35 */
36#define DEBUG_NSE GNUNET_EXTRA_LOGGING 36#define DEBUG_NSE GNUNET_EXTRA_LOGGING
37 37
38GNUNET_NETWORK_STRUCT_BEGIN
39
38/** 40/**
39 * Network size estimate sent from the service 41 * Network size estimate sent from the service
40 * to clients. Contains the current size estimate 42 * to clients. Contains the current size estimate
@@ -71,6 +73,6 @@ struct GNUNET_NSE_ClientMessage
71 */ 73 */
72 double std_deviation GNUNET_PACKED; 74 double std_deviation GNUNET_PACKED;
73}; 75};
74 76GNUNET_NETWORK_STRUCT_END
75 77
76#endif 78#endif