X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fcomponent-class-const.h;h=be76e85e387a473f74835c36fb4ceaa0e5c1a661;hb=d0cf29eea302e1f262da0ed68d60bceb53380d46;hp=1c54f6e9ce3d8c3501c78d4a81c035680a6e3735;hpb=4cdfc5e86b64137d96c31495cbdea99801714c2b;p=babeltrace.git diff --git a/include/babeltrace/graph/component-class-const.h b/include/babeltrace/graph/component-class-const.h index 1c54f6e9..be76e85e 100644 --- a/include/babeltrace/graph/component-class-const.h +++ b/include/babeltrace/graph/component-class-const.h @@ -31,6 +31,11 @@ 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,