aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats_api_performance.c
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/ats_api_performance.c
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/ats_api_performance.c')
-rw-r--r--src/ats/ats_api_performance.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ats/ats_api_performance.c b/src/ats/ats_api_performance.c
index a4166be10..0d71a44fb 100644
--- a/src/ats/ats_api_performance.c
+++ b/src/ats/ats_api_performance.c
@@ -409,6 +409,7 @@ process_pi_message (struct GNUNET_ATS_PerformanceHandle *ph,
409 GNUNET_ATS_properties_ntoh (&prop, 409 GNUNET_ATS_properties_ntoh (&prop,
410 &pi->properties); 410 &pi->properties);
411 address.peer = pi->peer; 411 address.peer = pi->peer;
412 address.local_info = (enum GNUNET_HELLO_AddressInfo) ntohl (pi->address_local_info);
412 address.address = plugin_address; 413 address.address = plugin_address;
413 address.address_length = plugin_address_length; 414 address.address_length = plugin_address_length;
414 address.transport_name = plugin_name; 415 address.transport_name = plugin_name;