Print event discarded at end of stream
[babeltrace.git] / include / babeltrace / ctf / types.h
index 68ccf7af6931ec5c06e204fb12da3457c3b7bb8f..c5c824fdb8bab26f3d6808ec9562a6f70a807fa9 100644 (file)
@@ -40,6 +40,7 @@ struct packet_index {
        size_t content_size;    /* content size, in bits */
        uint64_t timestamp_begin;
        uint64_t timestamp_end;
+       uint32_t events_discarded;
 };
 
 /*
@@ -198,4 +199,7 @@ void ctf_pos_get_event(struct ctf_stream_pos *pos)
        }
 }
 
+void ctf_print_timestamp(FILE *fp, struct ctf_stream *stream,
+                       uint64_t timestamp);
+
 #endif /* _BABELTRACE_CTF_TYPES_H */
This page took 0.023304 seconds and 4 git commands to generate.