aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-18 12:49:23 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-18 12:49:23 +0000
commit2128c61720c9019302a1add71796c69d2ee36fc4 (patch)
treeb665fa4994da1132b6e5d85312bfacab9460d8a9 /src/ats/ats.h
parent9cd0d5068f3341fe8451a61872894f28a5ac9047 (diff)
downloadgnunet-2128c61720c9019302a1add71796c69d2ee36fc4.tar.gz
gnunet-2128c61720c9019302a1add71796c69d2ee36fc4.zip
add 'strength' argument to address suggestion request for ATS
Diffstat (limited to 'src/ats/ats.h')
-rw-r--r--src/ats/ats.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ats/ats.h b/src/ats/ats.h
index 3a7f28a64..5c1e806b6 100644
--- a/src/ats/ats.h
+++ b/src/ats/ats.h
@@ -82,7 +82,7 @@ struct ClientStartMessage
82 82
83 83
84/** 84/**
85 * Scheduling client to ATS service: we would like to have 85 * Connectivity client to ATS service: we would like to have
86 * address suggestions for this peer. 86 * address suggestions for this peer.
87 */ 87 */
88struct RequestAddressMessage 88struct RequestAddressMessage
@@ -95,9 +95,9 @@ struct RequestAddressMessage
95 struct GNUNET_MessageHeader header; 95 struct GNUNET_MessageHeader header;
96 96
97 /** 97 /**
98 * Always zero. 98 * How "strong" is our need for an address for this peer?
99 */ 99 */
100 uint32_t reserved GNUNET_PACKED; 100 uint32_t strength GNUNET_PACKED;
101 101
102 /** 102 /**
103 * Peer to get address suggestions for. 103 * Peer to get address suggestions for.
@@ -107,7 +107,7 @@ struct RequestAddressMessage
107 107
108 108
109/** 109/**
110 * ATS client to ATS service: here is another address you can use. 110 * Scheduling client to ATS service: here is another address you can use.
111 */ 111 */
112struct AddressAddMessage 112struct AddressAddMessage
113{ 113{