Add bt_component_create_with_init_method_data()
[babeltrace.git] / plugins / ctf / fs / fs.c
index d3fcf0f0f735694ff273f44697970ddef3d8e79d..75be8f13a552b2b0ee164821e61e50612508baa8 100644 (file)
@@ -723,10 +723,11 @@ end:
 
 BT_HIDDEN
 enum bt_component_status ctf_fs_init(struct bt_component *source,
-               struct bt_value *params)
+               struct bt_value *params, void *init_method_data)
 {
        struct ctf_fs_component *ctf_fs;
        enum bt_component_status ret = BT_COMPONENT_STATUS_OK;
+       (void) init_method_data;
 
        assert(source);
        ctf_fs_debug = g_strcmp0(getenv("CTF_FS_DEBUG"), "1") == 0;
This page took 0.022914 seconds and 4 git commands to generate.