X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fformat.h;h=dea8e0e5431e71d69e53df24fc97f1ed753bc18c;hb=c862350b39e4d95750bbb627497d3768d87817ff;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 {