lib: make message iterator creation functions return a status
[babeltrace.git] / include / babeltrace2 / func-status.h
index 75cee213e689fe83ed719bb30a204558974a7e16..0f1829af8e7e17fcba6d1c1755ad0665371498dd 100644 (file)
 # 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
This page took 0.024047 seconds and 4 git commands to generate.