-no peerinfo IO on tests
[oweals/gnunet.git] / src / core / core.h
index 9b1802fbc4284f8bb1301060c1e9df5558076d32..d518a93086ff7346292719ede291caff0c74fdaf 100644 (file)
@@ -110,11 +110,6 @@ struct ConnectNotifyMessage
    */
   struct GNUNET_MessageHeader header;
 
-  /**
-   * Number of ATS key-value pairs that follow this struct
-   */
-  uint32_t ats_count GNUNET_PACKED;
-
   /**
    * Identity of the connecting peer.
    */
@@ -210,21 +205,11 @@ struct NotifyTrafficMessage
    */
   struct GNUNET_MessageHeader header;
 
-  /**
-   * Number of ATS key-value pairs that follow this struct
-   * (excluding the 0-terminator).
-   */
-  uint32_t ats_count GNUNET_PACKED;
-
   /**
    * Identity of the receiver or sender.
    */
   struct GNUNET_PeerIdentity peer;
 
-  /* Followed by ATS information blocks:
-   * struct GNUNET_ATS_Information ats[ats_count]
-   */
-
   /* Followed by payload (message or just header), variable size */
 };