lib: add internal object pool API and use it; adapt plugins/tests
[babeltrace.git] / include / babeltrace / graph / component-sink.h
index 96a935c51c7caf581b8970e661897ab05cebf18e..a89aa424038225be19af5dd7f3a244adc94a2428 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_SINK_H
-#define BABELTRACE_COMPONENT_SINK_H
+#ifndef BABELTRACE_GRAPH_COMPONENT_SINK_H
+#define BABELTRACE_GRAPH_COMPONENT_SINK_H
 
 /*
  * BabelTrace - Sink Component Interface
  */
 
 #include <stdint.h>
-#include <babeltrace/graph/component.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
 struct bt_component;
-struct bt_notification;
 
 extern int64_t bt_component_sink_get_input_port_count(
                struct bt_component *component);
@@ -43,11 +41,9 @@ extern struct bt_port *bt_component_sink_get_input_port_by_name(
                struct bt_component *component, const char *name);
 extern struct bt_port *bt_component_sink_get_input_port_by_index(
                struct bt_component *component, uint64_t index);
-extern struct bt_port *bt_component_sink_get_default_input_port(
-               struct bt_component *component);
 
 #ifdef __cplusplus
 }
 #endif
 
-#endif /* BABELTRACE_COMPONENT_SINK_H */
+#endif /* BABELTRACE_GRAPH_COMPONENT_SINK_H */
This page took 0.025593 seconds and 4 git commands to generate.