lib: remove `BT_GRAPH_RUN_STATUS_END`
[babeltrace.git] / src / cli / babeltrace2-cfg.h
index 41ec36755b73c33ec3e2498537393ef6c5ffd28d..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,8 +63,6 @@ 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;
This page took 0.037974 seconds and 4 git commands to generate.