lib: add bit array field class and field types
[babeltrace.git] / include / babeltrace2 / trace-ir / field-class.h
index 2047729661b8469dfd3d1c793a6cbeb36c3f7788..f4f722c38055d72f8e84792e1693afaf6415ecc2 100644 (file)
@@ -40,6 +40,9 @@ extern "C" {
 extern bt_field_class *bt_field_class_bool_create(
                bt_trace_class *trace_class);
 
+extern bt_field_class *bt_field_class_bit_array_create(
+               bt_trace_class *trace_class, uint64_t length);
+
 extern bt_field_class *bt_field_class_integer_unsigned_create(
                bt_trace_class *trace_class);
 
This page took 0.022552 seconds and 4 git commands to generate.