text plugin test
[babeltrace.git] / converter / babeltrace.c
index 43121dc43f0a6c42a63131bbbf6c14466ad233d2..748cd6b80040977d51afde9357fef108f2009e90 100644 (file)
@@ -62,7 +62,6 @@
 #define NET4_URL_PREFIX        "net4://"
 #define NET6_URL_PREFIX        "net6://"
 
-static struct bt_component_factory *component_factory;
 static char *opt_input_format, *opt_output_format;
 
 /*
@@ -733,6 +732,7 @@ int main(int argc, char **argv)
        struct bt_format *fmt_write;
        struct bt_trace_descriptor *td_write;
        struct bt_context *ctx;
+       struct bt_component_factory *component_factory;
        int i;
 
        call_plugins_hooks();
This page took 0.024057 seconds and 4 git commands to generate.