aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_plugins.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-08 15:34:37 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-08 15:34:37 +0000
commitc306f456b0cfdfb55fb28290ff61f7783233cfc3 (patch)
tree0b2dea88ea83b3ccd2603073d3e7b710f3d584d8 /src/ats/gnunet-service-ats_plugins.h
parentf99ade0a9aaa8024affcf01aa871f93bd03ef9e1 (diff)
downloadgnunet-c306f456b0cfdfb55fb28290ff61f7783233cfc3.tar.gz
gnunet-c306f456b0cfdfb55fb28290ff61f7783233cfc3.zip
expose connectivity desire of clients to ATS plugins
Diffstat (limited to 'src/ats/gnunet-service-ats_plugins.h')
-rw-r--r--src/ats/gnunet-service-ats_plugins.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/ats/gnunet-service-ats_plugins.h b/src/ats/gnunet-service-ats_plugins.h
index b2567ac26..7d76f6431 100644
--- a/src/ats/gnunet-service-ats_plugins.h
+++ b/src/ats/gnunet-service-ats_plugins.h
@@ -83,14 +83,10 @@ GAS_plugin_notify_property_changed (struct ATS_Address *address,
83 * 83 *
84 * @param new_address the new address 84 * @param new_address the new address
85 * @param addr_net network scope the address is in 85 * @param addr_net network scope the address is in
86 * @param atsi performance data for the address
87 * @param atsi_count size of the @a atsi array
88 */ 86 */
89void 87void
90GAS_plugin_new_address (struct ATS_Address *new_address, 88GAS_plugin_new_address (struct ATS_Address *new_address,
91 enum GNUNET_ATS_Network_Type addr_net, 89 enum GNUNET_ATS_Network_Type addr_net);
92 const struct GNUNET_ATS_Information *atsi,
93 uint32_t atsi_count);
94 90
95 91
96/** 92/**