X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=cli%2Fbabeltrace-cfg.h;h=9bcc185878fc5b5ddba92ba884e0fd10c992c71a;hb=05e2128659970c32648a01255ed870449f05d518;hp=d72348d38da2a5b9b070937874d55e1156f032f2;hpb=398454ed067b95215c7affbe265fd36edab931ee;p=babeltrace.git diff --git a/cli/babeltrace-cfg.h b/cli/babeltrace-cfg.h index d72348d3..9bcc1858 100644 --- a/cli/babeltrace-cfg.h +++ b/cli/babeltrace-cfg.h @@ -49,7 +49,7 @@ struct bt_config_component { enum bt_component_class_type type; GString *plugin_name; GString *comp_cls_name; - struct bt_private_value *params; + struct bt_value *params; GString *instance_name; }; @@ -65,7 +65,7 @@ struct bt_config { struct bt_object base; bool debug; bool verbose; - struct bt_private_value *plugin_paths; + struct bt_value *plugin_paths; bool omit_system_plugin_path; bool omit_home_plugin_path; bool command_needs_plugins; @@ -135,7 +135,7 @@ struct bt_config_component *bt_config_get_component(GPtrArray *array, return comp; } -int bt_config_append_plugin_paths(struct bt_private_value *plugin_paths, +int bt_config_append_plugin_paths(struct bt_value *plugin_paths, const char *arg); void bt_config_connection_destroy(struct bt_config_connection *connection);