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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ats/ats.h b/src/ats/ats.h
index 009a1609d..70b88263d 100644
--- a/src/ats/ats.h
+++ b/src/ats/ats.h
@@ -172,6 +172,8 @@ struct PeerInformationMessage
172 172
173 uint32_t address_active GNUNET_PACKED; 173 uint32_t address_active GNUNET_PACKED;
174 174
175 uint32_t id GNUNET_PACKED;
176
175 struct GNUNET_PeerIdentity peer; 177 struct GNUNET_PeerIdentity peer;
176 178
177 uint16_t address_length GNUNET_PACKED; 179 uint16_t address_length GNUNET_PACKED;
@@ -194,6 +196,8 @@ struct AddressListRequestMessage
194{ 196{
195 struct GNUNET_MessageHeader header; 197 struct GNUNET_MessageHeader header;
196 198
199 uint32_t id GNUNET_PACKED;
200
197 int32_t all GNUNET_PACKED; 201 int32_t all GNUNET_PACKED;
198 202
199 struct GNUNET_PeerIdentity peer; 203 struct GNUNET_PeerIdentity peer;