Pass stream pointer with callback caller data
[babeltrace.git] / converter / babeltrace-lib.c
index d62565c02c88c173b4e95939f9ec4c4c54944367..ac3bd7c621bd7417ba0f23dde20d1f03390290ec 100644 (file)
@@ -505,6 +505,7 @@ void process_callbacks(struct babeltrace_iter *iter,
        struct bt_ctf_data ctf_data;
 
        ctf_data.event = extract_ctf_stream_event(stream);
+       ctf_data.stream = stream;
 
        /* process all events callback first */
        if (iter->main_callbacks.callback) {
This page took 0.022725 seconds and 4 git commands to generate.