lib: update copyrights
[babeltrace.git] / include / babeltrace / trace-ir / stream-class-internal.h
index 5c19e560b81c28c26c97f0d8110c592c0a02490c..4d45e8e48ea1a84c80caeaf5a8a574fb8bc54d5f 100644 (file)
@@ -2,10 +2,9 @@
 #define BABELTRACE_TRACE_IR_STREAM_CLASS_INTERNAL_H
 
 /*
+ * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
  * Copyright 2013, 2014 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
- * Author: Jérémie Galarneau <jeremie.galarneau@efficios.com>
- *
  * 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
@@ -27,7 +26,7 @@
 
 #include <babeltrace/assert-internal.h>
 #include <babeltrace/common-internal.h>
-#include <babeltrace/trace-ir/field-classes-internal.h>
+#include <babeltrace/trace-ir/field-class-internal.h>
 #include <babeltrace/trace-ir/utils-internal.h>
 #include <babeltrace/trace-ir/stream-class.h>
 #include <babeltrace/object-internal.h>
@@ -71,7 +70,7 @@ struct bt_stream_class {
 };
 
 BT_HIDDEN
-void _bt_stream_class_freeze(struct bt_stream_class *stream_class);
+void _bt_stream_class_freeze(const struct bt_stream_class *stream_class);
 
 #ifdef BT_DEV_MODE
 # define bt_stream_class_freeze                _bt_stream_class_freeze
@@ -80,8 +79,8 @@ void _bt_stream_class_freeze(struct bt_stream_class *stream_class);
 #endif
 
 static inline
-struct bt_trace *bt_stream_class_borrow_trace_inline(
-               struct bt_stream_class *stream_class)
+struct bt_trace_class *bt_stream_class_borrow_trace_class_inline(
+               const struct bt_stream_class *stream_class)
 {
        BT_ASSERT(stream_class);
        return (void *) bt_object_borrow_parent(&stream_class->base);
This page took 0.034381 seconds and 4 git commands to generate.