X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Ftypes.h;h=c5c824fdb8bab26f3d6808ec9562a6f70a807fa9;hp=0b045448908e3db9afba22ae165751776722f7ec;hb=7d97fad984e6abfd809225a86983b12eab90b3bd;hpb=3217ac37d3dc40c6e1f87949b23f107fef471fc4 diff --git a/include/babeltrace/ctf/types.h b/include/babeltrace/ctf/types.h index 0b045448..c5c824fd 100644 --- a/include/babeltrace/ctf/types.h +++ b/include/babeltrace/ctf/types.h @@ -199,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 */