X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fgraph%2Fcomponent-source-internal.h;h=f1fe9e51d1eb626a27950ff45d852a0967990ef5;hb=efd923e5742993cedafc1eeeb04cfad4ddf5cc8d;hp=08c08296d89a7ad232520715d152f658ecbc5998;hpb=834e9996a9d02f0cec468cb103ab2a573b7317b1;p=babeltrace.git diff --git a/include/babeltrace/graph/component-source-internal.h b/include/babeltrace/graph/component-source-internal.h index 08c08296..f1fe9e51 100644 --- a/include/babeltrace/graph/component-source-internal.h +++ b/include/babeltrace/graph/component-source-internal.h @@ -2,10 +2,9 @@ #define BABELTRACE_GRAPH_COMPONENT_SOURCE_INTERNAL_H /* + * Copyright 2017-2018 Philippe Proulx * Copyright 2015 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 @@ -35,7 +34,7 @@ struct bt_component_source { BT_HIDDEN struct bt_component *bt_component_source_create( - struct bt_component_class *class); + const struct bt_component_class *class); BT_HIDDEN void bt_component_source_destroy(struct bt_component *component);