Namespace the struct format
[babeltrace.git] / formats / ctf-text / ctf-text.c
index 718865828cb3afaab98bdcc557e7e5a4f6d75d49..cd691250f417515ebd0fd64dea1ad12aef3125e5 100644 (file)
@@ -106,7 +106,7 @@ rw_dispatch write_dispatch_table[] = {
 };
 
 static
-struct format ctf_text_format = {
+struct bt_format ctf_text_format = {
        .open_trace = ctf_text_open_trace,
        .close_trace = ctf_text_close_trace,
 };
This page took 0.022469 seconds and 4 git commands to generate.