X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Ffunc-status.h;h=0f1829af8e7e17fcba6d1c1755ad0665371498dd;hb=00c988c958149f894567a1c41d480127425bfb3e;hp=75cee213e689fe83ed719bb30a204558974a7e16;hpb=2c938e2f136edc56a08f1c6fd8a1557c1803b09e;p=babeltrace.git diff --git a/include/babeltrace2/func-status.h b/include/babeltrace2/func-status.h index 75cee213..0f1829af 100644 --- a/include/babeltrace2/func-status.h +++ b/include/babeltrace2/func-status.h @@ -72,6 +72,11 @@ # define __BT_FUNC_STATUS_INTERRUPTED 4 #endif +/* No match found */ +#ifndef __BT_FUNC_STATUS_NO_MATCH +# define __BT_FUNC_STATUS_NO_MATCH 6 +#endif + /* Try operation again later */ #ifndef __BT_FUNC_STATUS_AGAIN # define __BT_FUNC_STATUS_AGAIN 11