aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mq_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_mq_lib.h')
-rw-r--r--src/include/gnunet_mq_lib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_mq_lib.h b/src/include/gnunet_mq_lib.h
index 7704a2fca..574c0932d 100644
--- a/src/include/gnunet_mq_lib.h
+++ b/src/include/gnunet_mq_lib.h
@@ -930,6 +930,11 @@ enum GNUNET_MQ_PreferenceKind
930 */ 930 */
931 GNUNET_MQ_PREFERENCE_RELIABILITY = 3 931 GNUNET_MQ_PREFERENCE_RELIABILITY = 3
932 932
933 /**
934 * Number of preference values allowed.
935 */
936#define GNUNET_MQ_PREFERENCE_COUNT 4
937
933}; 938};
934 939
935 940