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, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_ats_service.h b/src/include/gnunet_ats_service.h
index f2d1c2aad..3d1c5b2b2 100644
--- a/src/include/gnunet_ats_service.h
+++ b/src/include/gnunet_ats_service.h
@@ -435,12 +435,12 @@ struct GNUNET_ATS_Information
435 /** 435 /**
436 * ATS property type, in network byte order. 436 * ATS property type, in network byte order.
437 */ 437 */
438 uint32_t type; 438 uint32_t type GNUNET_PACKED;
439 439
440 /** 440 /**
441 * ATS property value, in network byte order. 441 * ATS property value, in network byte order.
442 */ 442 */
443 uint32_t value; 443 uint32_t value GNUNET_PACKED;
444}; 444};
445 445
446 446