-report error if starting openssl failed
[oweals/gnunet.git] / src / ats / ats.h
index 009a1609d1fe2f4d45ba937162e7771474f51207..6fae406324ab0b6195e8875ce4f9111b90c203c4 100644 (file)
@@ -172,6 +172,8 @@ struct PeerInformationMessage
 
   uint32_t address_active GNUNET_PACKED;
 
+  uint32_t id GNUNET_PACKED;
+
   struct GNUNET_PeerIdentity peer;
 
   uint16_t address_length GNUNET_PACKED;
@@ -190,10 +192,13 @@ struct PeerInformationMessage
 
 };
 
+
 struct AddressListRequestMessage
 {
   struct GNUNET_MessageHeader header;
 
+  uint32_t id GNUNET_PACKED;
+
   int32_t all GNUNET_PACKED;
 
   struct GNUNET_PeerIdentity peer;