aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h5
1 files changed, 5 insertions, 0 deletions
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"
1148 */ 1148 */
1149#define GNUNET_MESSAGE_TYPE_ATS_ADDRESSLIST_RESPONSE 355 1149#define GNUNET_MESSAGE_TYPE_ATS_ADDRESSLIST_RESPONSE 355
1150 1150
1151/**
1152 * Type of the 'struct ChangePreferenceMessage' sent by clients to ATS
1153 * to ask for allocation preference changes.
1154 */
1155#define GNUNET_MESSAGE_TYPE_ATS_PREFERENCE_FEEDBACK 356
1151 1156
1152 1157
1153/******************************************************************************* 1158/*******************************************************************************