lib: assign values to all public enumerators
[babeltrace.git] / include / babeltrace2 / trace-ir / trace-class.h
index aceb0d6ff13795596e31201e7933ca8602a2bb88..d90ba2c9c825ce5c1308b29592f8b91b1185c008 100644 (file)
@@ -2,8 +2,7 @@
 #define BABELTRACE2_TRACE_IR_TRACE_CLASS_H
 
 /*
- * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
- * Copyright 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
@@ -41,6 +37,12 @@ extern "C" {
 
 extern bt_trace_class *bt_trace_class_create(bt_self_component *self_comp);
 
+extern bt_value *bt_trace_class_borrow_user_attributes(
+               bt_trace_class *trace_class);
+
+extern void bt_trace_class_set_user_attributes(
+               bt_trace_class *trace_class, const bt_value *user_attributes);
+
 extern void bt_trace_class_set_assigns_automatic_stream_class_id(
                bt_trace_class *trace_class, bt_bool value);
 
This page took 0.045072 seconds and 4 git commands to generate.