aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mq_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-05-05 14:02:24 +0200
committerChristian Grothoff <christian@grothoff.org>2019-05-05 14:02:24 +0200
commite94c5914935ca0842ca762d343cb167c68b8a79a (patch)
tree4719d48bbcd9be334854d0ed88ba76f5b259b296 /src/include/gnunet_mq_lib.h
parentb84057d7593651e16a161de9f2ec51f93c98589d (diff)
downloadgnunet-e94c5914935ca0842ca762d343cb167c68b8a79a.tar.gz
gnunet-e94c5914935ca0842ca762d343cb167c68b8a79a.zip
use new PriorityPreferences consistently, note on deprecation
Diffstat (limited to 'src/include/gnunet_mq_lib.h')
-rw-r--r--src/include/gnunet_mq_lib.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_mq_lib.h b/src/include/gnunet_mq_lib.h
index 4fe5c8df9..81100d7d8 100644
--- a/src/include/gnunet_mq_lib.h
+++ b/src/include/gnunet_mq_lib.h
@@ -1043,6 +1043,8 @@ GNUNET_MQ_impl_current (struct GNUNET_MQ_Handle *mq);
1043 1043
1044/** 1044/**
1045 * Enum defining all known preference categories. 1045 * Enum defining all known preference categories.
1046 *
1047 * @deprecated will be replaced by `enum GNUNET_MQ_PriorityPreference`
1046 */ 1048 */
1047enum GNUNET_MQ_PreferenceKind 1049enum GNUNET_MQ_PreferenceKind
1048{ 1050{
@@ -1083,6 +1085,8 @@ enum GNUNET_MQ_PreferenceKind
1083 * 1085 *
1084 * @param type the preference type 1086 * @param type the preference type
1085 * @return a string or NULL if invalid 1087 * @return a string or NULL if invalid
1088 *
1089 * @deprecated will be replaced by `enum GNUNET_MQ_PriorityPreference`
1086 */ 1090 */
1087const char * 1091const char *
1088GNUNET_MQ_preference_to_string (enum GNUNET_MQ_PreferenceKind type); 1092GNUNET_MQ_preference_to_string (enum GNUNET_MQ_PreferenceKind type);