no valgrind
[oweals/gnunet.git] / src / experimentation / gnunet-daemon-experimentation.h
index 8a8ec67dde0861a164ab8a47bded8bfcca76c33c..8be39fa933bf6e55372136f91a7e51def95a3a7d 100644 (file)
@@ -192,12 +192,17 @@ struct Experimentation_Request
 /**
  * Experimentation response message
  * Sent if peer is running the daemon
+ *
+ * This struct is followed by issuer identities:
+ * (issuer_count * struct Experimentation_Request_Issuer)
  */
 struct Experimentation_Response
 {
        struct GNUNET_MessageHeader msg;
 
        uint32_t capabilities;
+
+       uint32_t issuer_count;
 };