aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats.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/ats.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/ats.h')
-rw-r--r--src/ats/ats.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ats/ats.h b/src/ats/ats.h
index 7e411fb98..f4c7af6cd 100644
--- a/src/ats/ats.h
+++ b/src/ats/ats.h
@@ -328,6 +328,12 @@ struct PeerInformationMessage
328 */ 328 */
329 struct GNUNET_ATS_PropertiesNBO properties; 329 struct GNUNET_ATS_PropertiesNBO properties;
330 330
331 /**
332 * Local-only information of the address, see
333 * `enum GNUNET_HELLO_AddressInfo`.
334 */
335 uint32_t address_local_info GNUNET_PACKED;
336
331 /* followed by: 337 /* followed by:
332 * - char address[address_length] 338 * - char address[address_length]
333 * - char plugin_name[plugin_name_length] (including '\0'-termination). 339 * - char plugin_name[plugin_name_length] (including '\0'-termination).