lib: add bit array field class and field types
[babeltrace.git] / src / lib / trace-ir / field-class.h
index f2be12c3453b2090306b9edf0c384ee40425616e..77eece7bbe8fa2a12ece112178fde1c87f36484e 100644 (file)
@@ -190,6 +190,11 @@ struct bt_field_class_bool {
        struct bt_field_class common;
 };
 
+struct bt_field_class_bit_array {
+       struct bt_field_class common;
+       uint64_t length;
+};
+
 struct bt_field_class_integer {
        struct bt_field_class common;
 
This page took 0.022377 seconds and 4 git commands to generate.