From 64fda257bdaf166ed3d96dce3a01ea14017a2a3e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 19 Sep 2016 13:26:44 +0000 Subject: misc minor fixes for new service MQ API, implementing resolver using new service API --- src/include/gnunet_mq_lib.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/include/gnunet_mq_lib.h') diff --git a/src/include/gnunet_mq_lib.h b/src/include/gnunet_mq_lib.h index 86144abca..999ee4134 100644 --- a/src/include/gnunet_mq_lib.h +++ b/src/include/gnunet_mq_lib.h @@ -171,7 +171,13 @@ enum GNUNET_MQ_Error * We received a message that was malformed and thus * could not be passed to its handler. */ - GNUNET_MQ_ERROR_MALFORMED = 8 + GNUNET_MQ_ERROR_MALFORMED = 8, + + /** + * We received a message for which we have no matching + * handler. + */ + GNUNET_MQ_ERROR_NO_MATCH = 16 }; -- cgit v1.2.3