X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Fcallbacks-internal.h;h=b76f82e180ce8ea208ef0b0a7508470a3fcb6872;hp=611851ae97665e57a36d4169834b256d8635c120;hb=c50d2a7af8f63f3f4d2c0a6fce9a6e214d2baeda;hpb=634d474be8d4262f5a3e549cdb6891de239f4fe4 diff --git a/include/babeltrace/ctf/callbacks-internal.h b/include/babeltrace/ctf/callbacks-internal.h index 611851ae..b76f82e1 100644 --- a/include/babeltrace/ctf/callbacks-internal.h +++ b/include/babeltrace/ctf/callbacks-internal.h @@ -52,6 +52,6 @@ struct bt_dependencies { int refcount; /* free when decremented to 0 */ }; -void process_callbacks(struct bt_ctf_iter *iter, struct ctf_stream *stream); +void process_callbacks(struct bt_ctf_iter *iter, struct ctf_stream_definition *stream); #endif /* _BABELTRACE_CALLBACKS_INTERNAL_H */