ctf: append error causes when returning errors
[babeltrace.git] / src / plugins / ctf / common / metadata / decoder.h
index 58fccc016f39ffccc9c765bda4ae13f5261d7115..7c5a8b7e8490077f2b86cad95dbba7a8ff1382c1 100644 (file)
@@ -35,8 +35,12 @@ struct ctf_metadata_decoder_config {
        /* Active log level to use */
        bt_logging_level log_level;
 
-       /* Component to use for logging (can be `NULL`); weak */
+       /*
+        * Component or component class to use for logging (exactly one of
+        * them must be non-`NULL`); weak
+        */
        bt_self_component *self_comp;
+       bt_self_component_class *self_comp_class;
 
        /* Additional clock class offset to apply */
        int64_t clock_class_offset_s;
This page took 0.023232 seconds and 4 git commands to generate.