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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ats/ats.h b/src/ats/ats.h
index 4f8ab1b81..48c8a35d5 100644
--- a/src/ats/ats.h
+++ b/src/ats/ats.h
@@ -79,12 +79,15 @@ struct AddressUpdateMessage
79 79
80 struct GNUNET_PeerIdentity peer; 80 struct GNUNET_PeerIdentity peer;
81 81
82
82 uint16_t address_length GNUNET_PACKED; 83 uint16_t address_length GNUNET_PACKED;
83 84
84 uint16_t plugin_name_length GNUNET_PACKED; 85 uint16_t plugin_name_length GNUNET_PACKED;
85 86
86 uint32_t session_id GNUNET_PACKED; 87 uint32_t session_id GNUNET_PACKED;
87 88
89 uint32_t address_local_info GNUNET_PACKED;
90
88 /* followed by: 91 /* followed by:
89 * - struct GNUNET_ATS_Information [ats_count]; 92 * - struct GNUNET_ATS_Information [ats_count];
90 * - char address[address_length] 93 * - char address[address_length]
@@ -107,6 +110,8 @@ struct AddressUseMessage
107 110
108 uint32_t session_id GNUNET_PACKED; 111 uint32_t session_id GNUNET_PACKED;
109 112
113 uint32_t address_local_info GNUNET_PACKED;
114
110 /* followed by: 115 /* followed by:
111 * - char address[address_length] 116 * - char address[address_length]
112 * - char plugin_name[plugin_name_length] (including '\0'-termination). 117 * - char plugin_name[plugin_name_length] (including '\0'-termination).
@@ -129,6 +134,8 @@ struct AddressDestroyedMessage
129 134
130 uint32_t session_id GNUNET_PACKED; 135 uint32_t session_id GNUNET_PACKED;
131 136
137 uint32_t address_local_info GNUNET_PACKED;
138
132 /* followed by: 139 /* followed by:
133 * - char address[address_length] 140 * - char address[address_length]
134 * - char plugin_name[plugin_name_length] (including '\0'-termination). 141 * - char plugin_name[plugin_name_length] (including '\0'-termination).
@@ -151,6 +158,8 @@ struct AddressSuggestionMessage
151 158
152 uint32_t session_id GNUNET_PACKED; 159 uint32_t session_id GNUNET_PACKED;
153 160
161 uint32_t address_local_info GNUNET_PACKED;
162
154 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out; 163 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_out;
155 164
156 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in; 165 struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in;