X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fplugins%2Fctf%2Fcommon%2Fmsg-iter%2Fmsg-iter.h;h=1aeeafe5e91969c33bd38981d8cde57ddda7b5eb;hb=f8811e3ba44359a64a8f110cf00061fd6cd36895;hp=77849db691ab01ff40d8b98e282060c463c7c8d5;hpb=ed6d5d5c386154fc0315a077bb38dacf32b63f7c;p=babeltrace.git diff --git a/src/plugins/ctf/common/msg-iter/msg-iter.h b/src/plugins/ctf/common/msg-iter/msg-iter.h index 77849db6..1aeeafe5 100644 --- a/src/plugins/ctf/common/msg-iter/msg-iter.h +++ b/src/plugins/ctf/common/msg-iter/msg-iter.h @@ -253,7 +253,7 @@ struct bt_msg_iter; BT_HIDDEN struct bt_msg_iter *bt_msg_iter_create(struct ctf_trace_class *tc, size_t max_request_sz, struct bt_msg_iter_medium_ops medops, - void *medops_data); + void *medops_data, bt_logging_level log_level); /** * Destroys a CTF message iterator, freeing all internal resources.