Component class API: use status
[babeltrace.git] / include / babeltrace / graph / component-class-const.h
index 1c54f6e9ce3d8c3501c78d4a81c035680a6e3735..be76e85e387a473f74835c36fb4ceaa0e5c1a661 100644 (file)
 extern "C" {
 #endif
 
+typedef enum bt_component_class_status {
+       BT_COMPONENT_CLASS_STATUS_OK = 0,
+       BT_COMPONENT_CLASS_STATUS_NOMEM = -12,
+} bt_component_class_status;
+
 typedef enum bt_component_class_type {
        BT_COMPONENT_CLASS_TYPE_SOURCE = 0,
        BT_COMPONENT_CLASS_TYPE_FILTER = 1,
This page took 0.023952 seconds and 4 git commands to generate.