Build fix and sink implementation
[babeltrace.git] / include / babeltrace / plugin / source-internal.h
index 38bf7f8901ba4d911bcd5668c38d154291558548..54af8b703abe3148dc074e68388d47fc2b17c8e9 100644 (file)
@@ -2,7 +2,7 @@
 #define BABELTRACE_PLUGIN_SOURCE_INTERNAL_H
 
 /*
- * BabelTrace - Source Plug-in internal
+ * BabelTrace - Source Component internal
  *
  * Copyright 2015 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
  */
 
 #include <babeltrace/babeltrace-internal.h>
-#include <babeltrace/plugin/plugin-internal.h>
+#include <babeltrace/plugin/component-internal.h>
 #include <babeltrace/plugin/plugin-system.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-struct bt_plugin_source {
-       struct bt_plugin parent;
+struct bt_component_source {
+       struct bt_component parent;
 
-       /* Plug-in implementation callbacks */
-       bt_plugin_source_iterator_create_cb create_iterator;
+       /* Component implementation callbacks */
+       bt_component_source_iterator_create_cb create_iterator;
 };
 
 #ifdef __cplusplus
This page took 0.024757 seconds and 4 git commands to generate.