Add bt_component_create_with_init_method_data()
[deliverable/babeltrace.git] / plugins / text / text.c
index 109ac4af64be07d97eef71d5cf81456e789d4224..2652e6b2f13ecef5b5ebf1b4467c69414015e5c4 100644 (file)
@@ -604,10 +604,12 @@ end:
 
 static
 enum bt_component_status text_component_init(
-               struct bt_component *component, struct bt_value *params)
+               struct bt_component *component, struct bt_value *params,
+               void *init_method_data)
 {
        enum bt_component_status ret;
        struct text_component *text = create_text();
+       (void) init_method_data;
 
        if (!text) {
                ret = BT_COMPONENT_STATUS_NOMEM;
This page took 0.02385 seconds and 5 git commands to generate.