aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/ats.h')
-rw-r--r--src/ats/ats.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ats/ats.h b/src/ats/ats.h
index 5b9fa8696..30ca29580 100644
--- a/src/ats/ats.h
+++ b/src/ats/ats.h
@@ -39,6 +39,7 @@ enum StartFlag
39 START_FLAG_PERFORMANCE_NO_PIC = 2 39 START_FLAG_PERFORMANCE_NO_PIC = 2
40}; 40};
41 41
42GNUNET_NETWORK_STRUCT_BEGIN
42 43
43struct ClientStartMessage 44struct ClientStartMessage
44{ 45{
@@ -214,7 +215,6 @@ struct ReservationResultMessage
214 struct GNUNET_TIME_RelativeNBO res_delay; 215 struct GNUNET_TIME_RelativeNBO res_delay;
215}; 216};
216 217
217
218struct PreferenceInformation 218struct PreferenceInformation
219{ 219{
220 220
@@ -236,6 +236,7 @@ struct ChangePreferenceMessage
236 /* followed by 'num_preferences' 236 /* followed by 'num_preferences'
237 * struct PreferenceInformation values */ 237 * struct PreferenceInformation values */
238}; 238};
239GNUNET_NETWORK_STRUCT_END
239 240
240 241
241 242