fix API : deal with the optional underscore
[babeltrace.git] / include / babeltrace / ctf-text / types.h
index 1b05523e5430585afd3ed9984294825fbd3d413b..3db8a1069ef97625a667cf28eb5dd26bfc243ae5 100644 (file)
@@ -24,7 +24,7 @@
 #include <stdint.h>
 #include <unistd.h>
 #include <glib.h>
-#include <babeltrace/babeltrace.h>
+#include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/types.h>
 #include <babeltrace/format.h>
 
@@ -39,6 +39,7 @@ struct ctf_text_stream_pos {
        int dummy;              /* disable output */
        int print_names;        /* print field names */
        int field_nr;
+       uint64_t last_timestamp;        /* to print delta */
        GString *string;        /* Current string */
 };
 
This page took 0.022859 seconds and 4 git commands to generate.