X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=lib%2Fcontext.c;fp=lib%2Fcontext.c;h=e6b60fa686fb95f2ac5f14fabd29ae423197d3c6;hp=18e2e22c7891011229412e613b93828eccf1c904;hb=1b8455b701df7ac196e35795b9ab8ef2d402058d;hpb=1cf393f63db4dce618515749d5549564d1313ee4 diff --git a/lib/context.c b/lib/context.c index 18e2e22c..e6b60fa6 100644 --- a/lib/context.c +++ b/lib/context.c @@ -72,7 +72,7 @@ int bt_context_add_trace(struct bt_context *ctx, const char *path, struct mmap_stream_list *stream_list, FILE *metadata) { - struct trace_descriptor *td; + struct bt_trace_descriptor *td; struct format *fmt; struct bt_trace_handle *handle; int ret, closeret;