[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r28899 - gnunet/src/include
From: |
gnunet |
Subject: |
[GNUnet-SVN] r28899 - gnunet/src/include |
Date: |
Thu, 29 Aug 2013 17:36:21 +0200 |
Author: wachs
Date: 2013-08-29 17:36:21 +0200 (Thu, 29 Aug 2013)
New Revision: 28899
Modified:
gnunet/src/include/gnunet_protocols.h
Log:
adding message type
Modified: gnunet/src/include/gnunet_protocols.h
===================================================================
--- gnunet/src/include/gnunet_protocols.h 2013-08-29 15:35:43 UTC (rev
28898)
+++ gnunet/src/include/gnunet_protocols.h 2013-08-29 15:36:21 UTC (rev
28899)
@@ -1148,6 +1148,11 @@
*/
#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
/*******************************************************************************
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r28899 - gnunet/src/include,
gnunet <=