aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_ats_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_ats_service.h')
-rw-r--r--src/include/gnunet_ats_service.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_ats_service.h b/src/include/gnunet_ats_service.h
index 898857af8..88cab0d9b 100644
--- a/src/include/gnunet_ats_service.h
+++ b/src/include/gnunet_ats_service.h
@@ -403,6 +403,8 @@ enum GNUNET_ATS_Property
403}; 403};
404 404
405 405
406GNUNET_NETWORK_STRUCT_BEGIN
407
406/** 408/**
407 * struct used to communicate the transport's properties like cost and 409 * struct used to communicate the transport's properties like cost and
408 * quality of service as well as high-level constraints on resource 410 * quality of service as well as high-level constraints on resource
@@ -433,7 +435,7 @@ struct GNUNET_ATS_Information
433 */ 435 */
434 uint32_t value GNUNET_PACKED; 436 uint32_t value GNUNET_PACKED;
435}; 437};
436 438GNUNET_NETWORK_STRUCT_END
437 439
438 440
439/* ******************************** Scheduling API ***************************** */ 441/* ******************************** Scheduling API ***************************** */