lib: add boolean field class and field types
[babeltrace.git] / src / lib / trace-ir / field.h
index ce595f9726a100c263c38db2aac6dfb161b1a8e9..352514effc2f52dc13b321eb41014bdc08a85fc3 100644 (file)
@@ -105,6 +105,11 @@ struct bt_field {
        bool frozen;
 };
 
+struct bt_field_bool {
+       struct bt_field common;
+       bool value;
+};
+
 struct bt_field_integer {
        struct bt_field common;
 
This page took 0.025781 seconds and 4 git commands to generate.