Rename ctf_stream to ctf_stream_definition
[babeltrace.git] / include / babeltrace / ctf / metadata.h
index 82b017086f9a0056e2a5d4c229db0aaab1941012..5262f44a19e2264a8a4c9dd01524bc18373c3af9 100644 (file)
@@ -34,7 +34,7 @@
 #define TSDL_MAGIC     0x75D11D57
 
 struct ctf_file_stream {
-       struct ctf_stream parent;
+       struct ctf_stream_definition parent;
        struct ctf_stream_pos pos;      /* current stream position */
 };
 
This page took 0.023777 seconds and 4 git commands to generate.