Get rid of clock-raw and use real clock
[babeltrace.git] / formats / ctf / events-private.h
index 4ea19be583d55fb9b02849b4e3a00cb504045eae..6b3d5a177f3756d9b7436316117de82e11daecd2 100644 (file)
@@ -41,7 +41,7 @@ uint64_t ctf_get_timestamp_raw(struct ctf_stream_definition *stream,
 }
 
 static inline
 }
 
 static inline
-uint64_t ctf_get_timestamp(struct ctf_stream_definition *stream,
+uint64_t ctf_get_real_timestamp(struct ctf_stream_definition *stream,
                        uint64_t timestamp)
 {
        uint64_t ts_nsec;
                        uint64_t timestamp)
 {
        uint64_t ts_nsec;
This page took 0.022501 seconds and 4 git commands to generate.