X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fformat.h;h=dea8e0e5431e71d69e53df24fc97f1ed753bc18c;hb=8fa47e7b377e6bf3a1d0f87c03cd33c3f1668b98;hp=f1f87632980a6e2c868a46d3327fe473bf3535e7;hpb=37b99bdba8478569634dd5ceecea50d1e9f9ac0a;p=babeltrace.git diff --git a/include/babeltrace/format.h b/include/babeltrace/format.h index f1f87632..dea8e0e5 100644 --- a/include/babeltrace/format.h +++ b/include/babeltrace/format.h @@ -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 {