aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/ats.h')
-rw-r--r--src/ats/ats.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ats/ats.h b/src/ats/ats.h
index bef63553e..fbc6ca712 100644
--- a/src/ats/ats.h
+++ b/src/ats/ats.h
@@ -77,7 +77,7 @@ struct AddressUpdateMessage
77 uint32_t session_id GNUNET_PACKED; 77 uint32_t session_id GNUNET_PACKED;
78 78
79 /* followed by: 79 /* followed by:
80 - struct GNUNET_TRANSPORT_ATS_Information [ats_count]; 80 - struct GNUNET_ATS_Information [ats_count];
81 - char address[address_length] 81 - char address[address_length]
82 - char plugin_name[plugin_name_length] (including '\0'-termination). 82 - char plugin_name[plugin_name_length] (including '\0'-termination).
83 */ 83 */
@@ -126,7 +126,7 @@ struct AddressSuggestionMessage
126 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in; 126 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in;
127 127
128 /* followed by: 128 /* followed by:
129 - struct GNUNET_TRANSPORT_ATS_Information [ats_count]; 129 - struct GNUNET_ATS_Information [ats_count];
130 - char address[address_length] 130 - char address[address_length]
131 - char plugin_name[plugin_name_length] (including '\0'-termination). 131 - char plugin_name[plugin_name_length] (including '\0'-termination).
132 */ 132 */
@@ -151,7 +151,7 @@ struct PeerInformationMessage
151 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in; 151 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in;
152 152
153 /* followed by: 153 /* followed by:
154 - struct GNUNET_TRANSPORT_ATS_Information [ats_count]; 154 - struct GNUNET_ATS_Information [ats_count];
155 - char address[address_length] 155 - char address[address_length]
156 - char plugin_name[plugin_name_length] (including '\0'-termination). 156 - char plugin_name[plugin_name_length] (including '\0'-termination).
157 */ 157 */