summaryrefslogtreecommitdiff
path: root/src/ats/ats.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-11-20 14:30:14 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-11-20 14:30:14 +0000
commit184c653a98dd3674d2607f72b9db9f13dcdeae8b (patch)
tree080b8636d03f57edc225aea0dfb5fb08847c2c34 /src/ats/ats.h
parentd5764ce0391a8089341a57e9c8cba41b15cc6c7b (diff)
downloadgnunet-184c653a98dd3674d2607f72b9db9f13dcdeae8b.tar.gz
gnunet-184c653a98dd3674d2607f72b9db9f13dcdeae8b.zip
- changes
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;