lib: force user to include `<babeltrace2/babeltrace.h>`
[babeltrace.git] / include / babeltrace2 / graph / self-component-filter.h
index 1f25d8a15894d4dc97ba5c7835e2265327f9b9d7..2d07f31f3e87598aa702af51ccf8886d75deb726 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_GRAPH_SELF_COMPONENT_FILTER_H
-#define BABELTRACE_GRAPH_SELF_COMPONENT_FILTER_H
+#ifndef BABELTRACE2_GRAPH_SELF_COMPONENT_FILTER_H
+#define BABELTRACE2_GRAPH_SELF_COMPONENT_FILTER_H
 
 /*
  * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
  * SOFTWARE.
  */
 
+#ifndef __BT_IN_BABELTRACE_H
+# error "Please include <babeltrace2/babeltrace.h> instead."
+#endif
+
 #include <stdint.h>
 
-/* For bt_self_component_status */
+/* For bt_self_component_*_status */
 #include <babeltrace2/graph/self-component.h>
 
 /*
@@ -65,10 +69,10 @@ bt_self_component_filter_borrow_output_port_by_index(
                bt_self_component_filter *self_component,
                uint64_t index);
 
-extern bt_self_component_status
+extern bt_self_component_add_port_status
 bt_self_component_filter_add_output_port(
                bt_self_component_filter *self_component,
-               const char *name, void *data,
+               const char *name, void *user_data,
                bt_self_component_port_output **self_component_port);
 
 extern bt_self_component_port_input *
@@ -81,14 +85,14 @@ bt_self_component_filter_borrow_input_port_by_index(
                bt_self_component_filter *self_component,
                uint64_t index);
 
-extern bt_self_component_status
+extern bt_self_component_add_port_status
 bt_self_component_filter_add_input_port(
                bt_self_component_filter *self_component,
-               const char *name, void *data,
+               const char *name, void *user_data,
                bt_self_component_port_input **self_component_port);
 
 #ifdef __cplusplus
 }
 #endif
 
-#endif /* BABELTRACE_GRAPH_SELF_COMPONENT_FILTER_H */
+#endif /* BABELTRACE2_GRAPH_SELF_COMPONENT_FILTER_H */
This page took 0.024288 seconds and 4 git commands to generate.