adding message type
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 29 Aug 2013 15:36:21 +0000 (15:36 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 29 Aug 2013 15:36:21 +0000 (15:36 +0000)
src/include/gnunet_protocols.h

index 92206f97e006b4e8f15ed643fd3201970608b026..04745c5f99d83db79ab8f09ad73746383e4bd029 100644 (file)
@@ -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
 
 
 /*******************************************************************************