Sinks own their input iterators
[babeltrace.git] / include / babeltrace / plugin / component-internal.h
index aacef39b0c0e48c2596c212ddb6e31fff73c17f0..4239ac4dc80038bd954e11e1e31a94be12afae96 100644 (file)
@@ -45,6 +45,12 @@ struct bt_component {
        /** User-defined data and its destruction callback */
        void *user_data;
        bt_component_destroy_cb user_destroy;
+
+       /**
+        * Used to protect operations which may only be used during
+        * a component's initialization.
+        */
+       bool initializing;
 };
 
 BT_HIDDEN
This page took 0.024321 seconds and 4 git commands to generate.