copytrace: create empty stream classes by default
[babeltrace.git] / cli / babeltrace-cfg.h
index ca84ae3fdd721bc01334ab8f3bbbf29e0e63b082..b9a4b5edd89736c274f1b002bbda241817347976 100644 (file)
@@ -27,6 +27,7 @@
 
 #include <stdlib.h>
 #include <stdint.h>
+#include <stdbool.h>
 #include <babeltrace/values.h>
 #include <babeltrace/ref.h>
 #include <babeltrace/object-internal.h>
@@ -69,6 +70,7 @@ struct bt_config {
        bool omit_home_plugin_path;
        bool command_needs_plugins;
        const char *command_name;
+       char log_level;
        enum bt_config_command command;
        union {
                /* BT_CONFIG_COMMAND_RUN */
This page took 0.024553 seconds and 4 git commands to generate.