X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=lib%2Fcontext.c;h=00409726e0d6d38714387b8af44e4354b87da1e8;hp=18e2e22c7891011229412e613b93828eccf1c904;hb=c150f912b9a128f830d7a0fe42141ae1c9bec1ae;hpb=1cf393f63db4dce618515749d5549564d1313ee4 diff --git a/lib/context.c b/lib/context.c index 18e2e22c..00409726 100644 --- a/lib/context.c +++ b/lib/context.c @@ -69,10 +69,10 @@ int bt_context_add_trace(struct bt_context *ctx, const char *path, const char *format_name, void (*packet_seek)(struct bt_stream_pos *pos, size_t index, int whence), - struct mmap_stream_list *stream_list, + struct bt_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;