aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_addresses.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/gnunet-service-ats_addresses.h')
-rw-r--r--src/ats/gnunet-service-ats_addresses.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ats/gnunet-service-ats_addresses.h b/src/ats/gnunet-service-ats_addresses.h
index ad34c94f2..a5230b4f3 100644
--- a/src/ats/gnunet-service-ats_addresses.h
+++ b/src/ats/gnunet-service-ats_addresses.h
@@ -46,6 +46,8 @@ struct ATS_Address
46 46
47 char *plugin; 47 char *plugin;
48 48
49 void *mlp_information;
50
49 struct GNUNET_ATS_Information *ats; 51 struct GNUNET_ATS_Information *ats;
50 52
51 struct GNUNET_TIME_Relative atsp_latency; 53 struct GNUNET_TIME_Relative atsp_latency;
@@ -73,6 +75,10 @@ struct ATS_Address
73 */ 75 */
74 int active; 76 int active;
75 77
78 /**
79 * Is this the address for this peer in use?
80 */
81 int used;
76}; 82};
77 83
78/** 84/**