Fix: src.ctf.lttng-live: emitting stream end msg with no stream
[babeltrace.git] / include / babeltrace2 / graph / self-component-source.h
index 0e82cf56d8b5711ea322a348b00853535b9efc5b..ec022fd3a21fc4a7076b659e46a8103aacb43706 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef BABELTRACE_GRAPH_SELF_COMPONENT_SOURCE_H
-#define BABELTRACE_GRAPH_SELF_COMPONENT_SOURCE_H
+#ifndef BABELTRACE2_GRAPH_SELF_COMPONENT_SOURCE_H
+#define BABELTRACE2_GRAPH_SELF_COMPONENT_SOURCE_H
 
 /*
- * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
+ * Copyright (c) 2010-2019 EfficiOS Inc. and Linux Foundation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * SOFTWARE.
  */
 
+#ifndef __BT_IN_BABELTRACE_H
+# error "Please include <babeltrace2/babeltrace.h> instead."
+#endif
+
 #include <stdint.h>
 
-/* For bt_self_component_status */
 #include <babeltrace2/graph/self-component.h>
-
-/*
- * For bt_component_source, bt_self_component, bt_self_component_source,
- * bt_self_component_port_output, __BT_UPCAST, __BT_UPCAST_CONST
- */
 #include <babeltrace2/types.h>
 
 #ifdef __cplusplus
@@ -63,7 +61,7 @@ bt_self_component_source_borrow_output_port_by_index(
                bt_self_component_source *self_component,
                uint64_t index);
 
-extern bt_self_component_status
+extern bt_self_component_add_port_status
 bt_self_component_source_add_output_port(
                bt_self_component_source *self_component,
                const char *name, void *user_data,
@@ -73,4 +71,4 @@ bt_self_component_source_add_output_port(
 }
 #endif
 
-#endif /* BABELTRACE_GRAPH_SELF_COMPONENT_SOURCE_H */
+#endif /* BABELTRACE2_GRAPH_SELF_COMPONENT_SOURCE_H */
This page took 0.024239 seconds and 4 git commands to generate.