aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mq_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-12-06 18:38:43 +0100
committerChristian Grothoff <christian@grothoff.org>2018-12-06 18:38:43 +0100
commit5a1d7b406639cb12640c9906ca38c3c08f912a85 (patch)
tree2f41b3ef348f2525e8560406106647af6823b1a1 /src/include/gnunet_mq_lib.h
parentaa6e0a1941f98ed90947aa5e3671438cb381995c (diff)
downloadgnunet-5a1d7b406639cb12640c9906ca38c3c08f912a85.tar.gz
gnunet-5a1d7b406639cb12640c9906ca38c3c08f912a85.zip
skeleton for 'simple' ATS2 plugin
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