lib: remove `BT_GRAPH_RUN_STATUS_END`
[babeltrace.git] / src / cli / babeltrace2-cfg.h
index a5cc7fcfae17a9662deb0f617038f7b3e5ce7846..fc566d79ab2802e11b9b39f18395ec5ad4ac8f2b 100644 (file)
@@ -50,6 +50,7 @@ struct bt_config_component {
        GString *comp_cls_name;
        bt_value *params;
        GString *instance_name;
+       int log_level;
 };
 
 struct bt_config_connection {
@@ -62,14 +63,12 @@ struct bt_config_connection {
 
 struct bt_config {
        bt_object base;
-       bool debug;
-       bool verbose;
        bt_value *plugin_paths;
        bool omit_system_plugin_path;
        bool omit_home_plugin_path;
        bool command_needs_plugins;
        const char *command_name;
-       char log_level;
+       int log_level;
        enum bt_config_command command;
        union {
                /* BT_CONFIG_COMMAND_RUN */
This page took 0.037406 seconds and 4 git commands to generate.