`ctf` plugin: `bt_bfcr`: use BT_COMP_LOG*() instead of BT_LOG*()
[babeltrace.git] / src / plugins / ctf / common / bfcr / bfcr.h
index ffa304a55a3b311dcbb9079ae07b40b2bdf438ae..edf3de15009f142b964094a025b063d47e5494a0 100644 (file)
@@ -278,7 +278,7 @@ struct bt_bfcr_cbs {
  */
 BT_HIDDEN
 struct bt_bfcr *bt_bfcr_create(struct bt_bfcr_cbs cbs, void *data,
-               bt_logging_level log_level);
+               bt_logging_level log_level, bt_self_component *self_comp);
 
 /**
  * Destroys a CTF binary class reader, freeing all internal resources.
This page took 0.025321 seconds and 4 git commands to generate.