Move enum bt_component_type to component.h
[babeltrace.git] / include / babeltrace / component / component-class.h
index d12a12022c0ee92ba41d41d0a6ffd5d721f7821c..c3359fe2e2c0f8a2ad9a5906f3446ac2cacb32a9 100644 (file)
 extern "C" {
 #endif
 
-/**
- * Component type.
- */
-enum bt_component_type {
-       BT_COMPONENT_TYPE_UNKNOWN =     -1,
-
-       /** A source component is a notification generator. */
-       BT_COMPONENT_TYPE_SOURCE =      0,
-
-       /** A sink component handles incoming notifications. */
-       BT_COMPONENT_TYPE_SINK =        1,
-
-       /** A filter component implements both Source and Sink interfaces. */
-       BT_COMPONENT_TYPE_FILTER =      2,
-};
-
 struct bt_plugin;
 struct bt_component_class;
 
This page took 0.025721 seconds and 4 git commands to generate.