X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf-text%2Fctf-text.c;h=b8673755255c037649255d46c5a36392cd51ec56;hp=f1c1f037a1e979d5301650bae1b39f805a9b44de;hb=b88d6e851b44935887cbeadac18d5d4572a0a041;hpb=f571dfb1ed9909c45274be95489e10f5c1432ff3 diff --git a/formats/ctf-text/ctf-text.c b/formats/ctf-text/ctf-text.c index f1c1f037..b8673755 100644 --- a/formats/ctf-text/ctf-text.c +++ b/formats/ctf-text/ctf-text.c @@ -34,6 +34,8 @@ #include #include +int opt_field_names; + struct trace_descriptor *ctf_text_open_trace(const char *path, int flags, void (*move_pos_slow)(struct ctf_stream_pos *pos, size_t offset, int whence), FILE *metadata_fp);