X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Ftrace-ir%2Fstream-class-const.h;h=7a7077b946d3acdc8a6e504c656ab48daf7b3c1e;hb=1cda4ff4025e4b3f7bd2a861baa51d2113c4cbf9;hp=e00e83980768ea4b2a9d4f1f75b2768f48c8e0ea;hpb=959b3d46dc042fe1df34592f528f866dd200f395;p=babeltrace.git diff --git a/include/babeltrace2/trace-ir/stream-class-const.h b/include/babeltrace2/trace-ir/stream-class-const.h index e00e8398..7a7077b9 100644 --- a/include/babeltrace2/trace-ir/stream-class-const.h +++ b/include/babeltrace2/trace-ir/stream-class-const.h @@ -2,8 +2,7 @@ #define BABELTRACE2_TRACE_IR_STREAM_CLASS_CONST_H /* - * Copyright 2017-2018 Philippe Proulx - * Copyright 2014 Jérémie Galarneau + * 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 @@ -39,6 +35,9 @@ extern "C" { #endif +extern const bt_value *bt_stream_class_borrow_user_attributes_const( + const bt_stream_class *stream_class); + extern const bt_trace_class *bt_stream_class_borrow_trace_class_const( const bt_stream_class *stream_class);