lib: remove unused _NO_SINK graph status
[babeltrace.git] / include / babeltrace / graph / component-filter-internal.h
index a31a881dc3512047c6565d2bbee7165dfc5d4e2d..fd39f07ce79d78ffd4cd608f59828aa8cf5cc995 100644 (file)
@@ -2,10 +2,9 @@
 #define BABELTRACE_GRAPH_COMPONENT_FILTER_INTERNAL_H
 
 /*
+ * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
  * Copyright 2016 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
@@ -26,6 +25,7 @@
  */
 
 #include <babeltrace/babeltrace-internal.h>
+#include <babeltrace/graph/component-filter-const.h>
 #include <babeltrace/graph/component-internal.h>
 #include <babeltrace/graph/component-class-internal.h>
 
@@ -35,7 +35,7 @@ struct bt_component_filter {
 
 BT_HIDDEN
 struct bt_component *bt_component_filter_create(
-               struct bt_component_class *class);
+               const struct bt_component_class *class);
 
 BT_HIDDEN
 void bt_component_filter_destroy(struct bt_component *component);
This page took 0.024487 seconds and 4 git commands to generate.