Fix: events discarded timing inaccuracy
[babeltrace.git] / include / babeltrace / format.h
index f1f87632980a6e2c868a46d3327fe473bf3535e7..dea8e0e5431e71d69e53df24fc97f1ed753bc18c 100644 (file)
@@ -44,14 +44,12 @@ typedef int bt_intern_str;
 struct bt_stream_pos;
 struct bt_context;
 struct bt_trace_handle;
-
-/* Parent trace descriptor */
-struct bt_trace_descriptor {
-};
+struct bt_trace_descriptor;
 
 struct bt_mmap_stream {
        int fd;
        struct bt_list_head list;
+       void *priv;
 };
 
 struct bt_mmap_stream_list {
This page took 0.023612 seconds and 4 git commands to generate.