X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Fevents-private.h;h=6b3d5a177f3756d9b7436316117de82e11daecd2;hp=bc1dfbd98f3767a77fd41552ad27531b2b2f1c38;hb=03798a93f959f6c694fe98f5647481947607c604;hpb=c34ea0fad3f9900c3b97efa229d221927422dacf diff --git a/formats/ctf/events-private.h b/formats/ctf/events-private.h index bc1dfbd9..6b3d5a17 100644 --- a/formats/ctf/events-private.h +++ b/formats/ctf/events-private.h @@ -26,7 +26,7 @@ #include static inline -uint64_t ctf_get_timestamp_raw(struct ctf_stream *stream, +uint64_t ctf_get_timestamp_raw(struct ctf_stream_definition *stream, uint64_t timestamp) { uint64_t ts_nsec; @@ -41,7 +41,7 @@ uint64_t ctf_get_timestamp_raw(struct ctf_stream *stream, } static inline -uint64_t ctf_get_timestamp(struct ctf_stream *stream, +uint64_t ctf_get_real_timestamp(struct ctf_stream_definition *stream, uint64_t timestamp) { uint64_t ts_nsec;