lib: decouple variant FC option names from selector FC mapping names
[babeltrace.git] / include / babeltrace2 / trace-ir / field-const.h
index 0ce6845740c763fb6fc64c07431e34b46f4cba9c..e9190f472da2105cb9656bfba90a4edb2c952666 100644 (file)
@@ -2,8 +2,7 @@
 #define BABELTRACE2_TRACE_IR_FIELD_CONST_H
 
 /*
- * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
- * Copyright 2013, 2014 Jérémie Galarneau <jeremie.galarneau@efficios.com>
+ * Copyright (c) 2010-2019 EfficiOS Inc. and Linux Foundation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -22,9 +21,6 @@
  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  * SOFTWARE.
- *
- * The Common Trace Format (CTF) Specification is available at
- * http://www.efficios.com/ctf
  */
 
 #ifndef __BT_IN_BABELTRACE_H
@@ -93,6 +89,18 @@ extern const bt_field *
 bt_field_variant_borrow_selected_option_field_const(
                const bt_field *field);
 
+extern const bt_field_class_variant_option *
+bt_field_variant_borrow_selected_class_option_const(
+               const bt_field *field);
+
+extern const bt_field_class_variant_with_unsigned_selector_option *
+bt_field_variant_with_unsigned_selector_borrow_selected_class_option_const(
+               const bt_field *field);
+
+extern const bt_field_class_variant_with_signed_selector_option *
+bt_field_variant_with_signed_selector_borrow_selected_class_option_const(
+               const bt_field *field);
+
 #ifdef __cplusplus
 }
 #endif
This page took 0.026233 seconds and 4 git commands to generate.