X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Fcallbacks-internal.h;fp=include%2Fbabeltrace%2Fctf%2Fcallbacks-internal.h;h=b76f82e180ce8ea208ef0b0a7508470a3fcb6872;hp=611851ae97665e57a36d4169834b256d8635c120;hb=9e88d150c4119a0c6d6288cad6d6db87df7bac4b;hpb=c716f83b53677d5f2e6a15463408f464006eafb7 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 */