Fix: Documentation cleanup
[babeltrace.git] / include / babeltrace / ctf / metadata.h
index de8a1a8e62f5798d943be2749de42189b617f432..5262f44a19e2264a8a4c9dd01524bc18373c3af9 100644 (file)
@@ -23,6 +23,8 @@
 #include <babeltrace/format.h>
 #include <babeltrace/ctf/types.h>
 #include <babeltrace/ctf-ir/metadata.h>
+#include <babeltrace/trace-handle-internal.h>
+#include <babeltrace/context-internal.h>
 #include <sys/types.h>
 #include <dirent.h>
 #include <assert.h>
@@ -32,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.023516 seconds and 4 git commands to generate.