lib: add boolean field class and field types
[babeltrace.git] / include / babeltrace2 / trace-ir / field-class.h
index 9d2cf064901e33bd700a8196188110b335a7c6ca..d2f43becf54542546f6b6b47410b3ece7fff641b 100644 (file)
@@ -37,6 +37,9 @@
 extern "C" {
 #endif
 
+extern bt_field_class *bt_field_class_bool_create(
+               bt_trace_class *trace_class);
+
 extern bt_field_class *bt_field_class_integer_unsigned_create(
                bt_trace_class *trace_class);
 
This page took 0.02293 seconds and 4 git commands to generate.