cli: use log level integer instead of letter in configuration
[babeltrace.git] / src / cli / babeltrace2-cfg.h
index a5cc7fcfae17a9662deb0f617038f7b3e5ce7846..41ec36755b73c33ec3e2498537393ef6c5ffd28d 100644 (file)
@@ -69,7 +69,7 @@ struct bt_config {
        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.024243 seconds and 4 git commands to generate.