X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf%2Fevents-private.h;h=4ea19be583d55fb9b02849b4e3a00cb504045eae;hp=bc1dfbd98f3767a77fd41552ad27531b2b2f1c38;hb=9e88d150c4119a0c6d6288cad6d6db87df7bac4b;hpb=c716f83b53677d5f2e6a15463408f464006eafb7 diff --git a/formats/ctf/events-private.h b/formats/ctf/events-private.h index bc1dfbd9..4ea19be5 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_timestamp(struct ctf_stream_definition *stream, uint64_t timestamp) { uint64_t ts_nsec;