lib: add internal object pool API and use it; adapt plugins/tests
[babeltrace.git] / include / babeltrace / ctf-ir / clock-class-internal.h
index cd4c6cb00f2ec80ad470cebc0ffa4052b0bee98a..9f4f23fe1e1ccc67d009d13bb01ed9e1a8de7a46 100644 (file)
@@ -30,6 +30,7 @@
 #include <babeltrace/ctf-ir/clock-class.h>
 #include <babeltrace/object-internal.h>
 #include <babeltrace/babeltrace-internal.h>
+#include <babeltrace/object-pool-internal.h>
 #include <babeltrace/compat/uuid-internal.h>
 #include <babeltrace/types.h>
 #include <stdbool.h>
@@ -53,6 +54,9 @@ struct bt_clock_class {
         * class.
         */
        int frozen;
+
+       /* Pool of `struct bt_clock_value *` */
+       struct bt_object_pool cv_pool;
 };
 
 BT_HIDDEN
This page took 0.024426 seconds and 4 git commands to generate.