aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_performance.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-22 15:04:17 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-22 15:04:17 +0000
commit8d5551b3b718683d369bf343cb9cdb33c06d5906 (patch)
treec13f539ece60aca48985087c847fc5b3b698a3d2 /src/ats/gnunet-service-ats_performance.h
parent8aea11bce3118cc01c66d3afb5c2ec02b766c95c (diff)
downloadgnunet-8d5551b3b718683d369bf343cb9cdb33c06d5906.tar.gz
gnunet-8d5551b3b718683d369bf343cb9cdb33c06d5906.zip
-do pass local_address_info flag from/to ATS also for performance monitor
Diffstat (limited to 'src/ats/gnunet-service-ats_performance.h')
-rw-r--r--src/ats/gnunet-service-ats_performance.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ats/gnunet-service-ats_performance.h b/src/ats/gnunet-service-ats_performance.h
index abdeb975f..eabee8797 100644
--- a/src/ats/gnunet-service-ats_performance.h
+++ b/src/ats/gnunet-service-ats_performance.h
@@ -45,6 +45,7 @@
45 * #GNUNET_NO if the address is not actively used; 45 * #GNUNET_NO if the address is not actively used;
46 * #GNUNET_SYSERR if this address is no longer available for ATS 46 * #GNUNET_SYSERR if this address is no longer available for ATS
47 * @param prop performance data for the address 47 * @param prop performance data for the address
48 * @param local_address_info information about the local flags for the address
48 * @param bandwidth_out assigned outbound bandwidth 49 * @param bandwidth_out assigned outbound bandwidth
49 * @param bandwidth_in assigned inbound bandwidth 50 * @param bandwidth_in assigned inbound bandwidth
50 */ 51 */
@@ -55,6 +56,7 @@ GAS_performance_notify_all_clients (const struct GNUNET_PeerIdentity *peer,
55 size_t plugin_addr_len, 56 size_t plugin_addr_len,
56 int active, 57 int active,
57 const struct GNUNET_ATS_Properties *prop, 58 const struct GNUNET_ATS_Properties *prop,
59 enum GNUNET_HELLO_AddressInfo local_address_info,
58 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out, 60 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out,
59 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in); 61 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in);
60 62