X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Ftrace-ir%2Fstream-class-const.h;h=8452c56c85c49db75b6f6cbaa882d22a182ce906;hb=e2f7325d1e58710ee928373592adcee466f93d06;hp=2b4cb3d305cbc81def08724b9a44b5d6054c159a;hpb=40f4ba76dd6f9508ca51b6220eaed57632281a07;p=babeltrace.git diff --git a/include/babeltrace/trace-ir/stream-class-const.h b/include/babeltrace/trace-ir/stream-class-const.h index 2b4cb3d3..8452c56c 100644 --- a/include/babeltrace/trace-ir/stream-class-const.h +++ b/include/babeltrace/trace-ir/stream-class-const.h @@ -2,10 +2,9 @@ #define BABELTRACE_TRACE_IR_STREAM_CLASS_CONST_H /* + * Copyright 2017-2018 Philippe Proulx * Copyright 2014 Jérémie Galarneau * - * Author: Jérémie Galarneau - * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights @@ -37,14 +36,14 @@ extern "C" { #endif -struct bt_trace; +struct bt_trace_class; struct bt_stream_class; struct bt_event_class; struct bt_clock_class; struct bt_event_header_field; struct bt_packet_context_field; -extern const struct bt_trace *bt_stream_class_borrow_trace_const( +extern const struct bt_trace_class *bt_stream_class_borrow_trace_class_const( const struct bt_stream_class *stream_class); extern const char *bt_stream_class_get_name(