From dde715b5765ba328f0f7d50c638f7e08aa97c890 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 29 Aug 2013 15:36:21 +0000 Subject: [PATCH] adding message type --- src/include/gnunet_protocols.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h index 92206f97e..04745c5f9 100644 --- a/src/include/gnunet_protocols.h +++ b/src/include/gnunet_protocols.h @@ -1148,6 +1148,11 @@ extern "C" */ #define GNUNET_MESSAGE_TYPE_ATS_ADDRESSLIST_RESPONSE 355 +/** + * Type of the 'struct ChangePreferenceMessage' sent by clients to ATS + * to ask for allocation preference changes. + */ +#define GNUNET_MESSAGE_TYPE_ATS_PREFERENCE_FEEDBACK 356 /******************************************************************************* -- 2.25.1