X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Ftrace-ir%2Fstream-const.h;h=bf8098303815e591dacad30909f7cb013790cc82;hb=7b6afccb24b31e2feed787c2ed97809e797c3070;hp=61da523d61897c509823ed4166e213ad224ab7c9;hpb=4fa90f321f51af8f5bfc48eee1435e2f41d853b3;p=babeltrace.git diff --git a/include/babeltrace2/trace-ir/stream-const.h b/include/babeltrace2/trace-ir/stream-const.h index 61da523d..bf809830 100644 --- a/include/babeltrace2/trace-ir/stream-const.h +++ b/include/babeltrace2/trace-ir/stream-const.h @@ -2,8 +2,7 @@ #define BABELTRACE2_TRACE_IR_STREAM_CONST_H /* - * Copyright 2017-2018 Philippe Proulx - * Copyright 2013, 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,24 +21,23 @@ * 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 # error "Please include instead." #endif -/* For bt_trace, bt_stream, bt_stream_class */ -#include - #include +#include + #ifdef __cplusplus extern "C" { #endif +extern const bt_value *bt_stream_borrow_user_attributes_const( + const bt_stream *stream); + extern const bt_stream_class *bt_stream_borrow_class_const( const bt_stream *stream);