/**
* ATS property type, in network byte order.
*/
- uint32_t type;
+ uint32_t type GNUNET_PACKED;
/**
* ATS property value, in network byte order.
*/
- uint32_t value;
+ uint32_t value GNUNET_PACKED;
};
* @param peer (claimed) identity of the other peer
* @param message the message
* @param ats performance data
- * @param ats_count number of entries in ats (excluding 0-termination)
+ * @param ats_count number of entries in ats
*/
typedef void (*GNUNET_TRANSPORT_ReceiveCallback) (void *cls,
const struct