From 809befdaec48b27239d930b7e6b268c60c333612 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 13 Oct 2011 14:06:14 +0000 Subject: API change to make mwachs happy --- src/ats/ats.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ats/ats.h') diff --git a/src/ats/ats.h b/src/ats/ats.h index 062ceffab..2bf16b125 100644 --- a/src/ats/ats.h +++ b/src/ats/ats.h @@ -111,7 +111,7 @@ struct AddressSuggestionMessage { struct GNUNET_MessageHeader header; - uint32_t reserved GNUNET_PACKED; + uint32_t ats_count GNUNET_PACKED; struct GNUNET_PeerIdentity peer; @@ -126,6 +126,7 @@ struct AddressSuggestionMessage struct GNUNET_BANDWIDTH_Value32NBO bandwidth_in; /* followed by: + - struct GNUNET_TRANSPORT_ATS_Information [ats_count]; - char address[address_length] - char plugin_name[plugin_name_length] (including '\0'-termination). */ -- cgit v1.2.3