Rename ctf_stream to ctf_stream_definition
[babeltrace.git] / formats / ctf / events-private.h
index bc1dfbd98f3767a77fd41552ad27531b2b2f1c38..4ea19be583d55fb9b02849b4e3a00cb504045eae 100644 (file)
@@ -26,7 +26,7 @@
 #include <babeltrace/ctf-ir/metadata.h>
 
 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;
This page took 0.022907 seconds and 4 git commands to generate.