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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/gnunet_ats_service.h b/src/include/gnunet_ats_service.h
index 88cab0d9b..0db277597 100644
--- a/src/include/gnunet_ats_service.h
+++ b/src/include/gnunet_ats_service.h
@@ -402,6 +402,16 @@ enum GNUNET_ATS_Property
402 // GNUNET_ATS_AVAILABILITY_CONNECTED = 2049 402 // GNUNET_ATS_AVAILABILITY_CONNECTED = 2049
403}; 403};
404 404
405/**
406 * Number of ATS quality properties
407 */
408#define GNUNET_ATS_QualityPropertiesCount 2
409
410/**
411 * ATS quality properties as array initializer
412 */
413#define GNUNET_ATS_QualityProperties {GNUNET_ATS_QUALITY_NET_DELAY, GNUNET_ATS_QUALITY_NET_DISTANCE}
414
405 415
406GNUNET_NETWORK_STRUCT_BEGIN 416GNUNET_NETWORK_STRUCT_BEGIN
407 417