Fix: src.ctf.lttng-live: emitting stream end msg with no stream
[babeltrace.git] / include / babeltrace2 / plugin / plugin-set-const.h
index 3e1caa066bb72af65c03fb5e5e69efbb65bf8fe3..209e1d33ba22466824961dc3c9a8cb8ce2315dec 100644 (file)
@@ -1,9 +1,8 @@
-#ifndef BABELTRACE_PLUGIN_PLUGIN_SET_CONST_H
-#define BABELTRACE_PLUGIN_PLUGIN_SET_CONST_H
+#ifndef BABELTRACE2_PLUGIN_PLUGIN_SET_CONST_H
+#define BABELTRACE2_PLUGIN_PLUGIN_SET_CONST_H
 
 /*
- * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
- * Copyright 2016 Jérémie Galarneau <jeremie.galarneau@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_plugin, bt_plugin_set */
 #include <babeltrace2/types.h>
 
 #ifdef __cplusplus
@@ -60,4 +62,4 @@ extern void bt_plugin_set_put_ref(const bt_plugin_set *plugin_set);
 }
 #endif
 
-#endif /* BABELTRACE_PLUGIN_PLUGIN_SET_CONST_H */
+#endif /* BABELTRACE2_PLUGIN_PLUGIN_SET_CONST_H */
This page took 0.025029 seconds and 4 git commands to generate.