lib: rename INVALID_OBJECT status to UNKNOWN_OBJECT
[babeltrace.git] / include / babeltrace2 / func-status.h
index 4f8e61a9ee5c80164f5a04f19871d8fb4e2ba96a..75cee213e689fe83ed719bb30a204558974a7e16 100644 (file)
 # define __BT_FUNC_STATUS_OVERFLOW_ERROR       -75
 #endif
 
-/* Invalid query object */
-#ifndef __BT_FUNC_STATUS_INVALID_OBJECT
-# define __BT_FUNC_STATUS_INVALID_OBJECT       -23
-#endif
 
 /* Memory allocation error */
 #ifndef __BT_FUNC_STATUS_MEMORY_ERROR
@@ -80,3 +76,8 @@
 #ifndef __BT_FUNC_STATUS_AGAIN
 # define __BT_FUNC_STATUS_AGAIN                        11
 #endif
+
+/* Unknown query object */
+#ifndef __BT_FUNC_STATUS_UNKNOWN_OBJECT
+# define __BT_FUNC_STATUS_UNKNOWN_OBJECT       42
+#endif
This page took 0.023048 seconds and 4 git commands to generate.