lib: add bit array field class and field types
[babeltrace.git] / src / lib / trace-ir / field.h
index 2882e778f5a4ebdd88d6feb7a59e092cc587843f..ad25231cf82b0ac24f3772a089a4d608ee6eb35f 100644 (file)
@@ -110,6 +110,11 @@ struct bt_field_bool {
        bool value;
 };
 
+struct bt_field_bit_array {
+       struct bt_field common;
+       uint64_t value_as_int;
+};
+
 struct bt_field_integer {
        struct bt_field common;
 
This page took 0.025146 seconds and 4 git commands to generate.