Add support for variant fields in the Python bindings
[babeltrace.git] / include / babeltrace / ctf / events.h
index c57cde74310b7d42f286bbb730cee8670e1764e2..414716d2c079b631936e19330fd82846c810a45e 100644 (file)
@@ -232,6 +232,7 @@ const char *bt_ctf_get_enum_str(const struct bt_definition *field);
 char *bt_ctf_get_char_array(const struct bt_definition *field);
 char *bt_ctf_get_string(const struct bt_definition *field);
 double bt_ctf_get_float(const struct bt_definition *field);
+const struct bt_definition *bt_ctf_get_variant(const struct bt_definition *field);
 
 /*
  * bt_ctf_field_get_error: returns the last error code encountered while
This page took 0.022538 seconds and 4 git commands to generate.