Fix: src.ctf.lttng-live: emitting stream end msg with no stream
[babeltrace.git] / include / babeltrace2 / trace-ir / event-const.h
index 32e049427f123b5bd20525056da45be4e01435f9..fec42ea08a60ad291e02f77e05f2fc0b7427b02a 100644 (file)
@@ -1,9 +1,8 @@
-#ifndef BABELTRACE_TRACE_IR_EVENT_CONST_H
-#define BABELTRACE_TRACE_IR_EVENT_CONST_H
+#ifndef BABELTRACE2_TRACE_IR_EVENT_CONST_H
+#define BABELTRACE2_TRACE_IR_EVENT_CONST_H
 
 /*
- * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
- * Copyright 2013, 2014 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
  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  * SOFTWARE.
- *
- * The Common Trace Format (CTF) Specification is available at
- * http://www.efficios.com/ctf
  */
 
-/* For bt_event, bt_event_class, bt_field, bt_packet */
+#ifndef __BT_IN_BABELTRACE_H
+# error "Please include <babeltrace2/babeltrace.h> instead."
+#endif
+
 #include <babeltrace2/types.h>
 
 #ifdef __cplusplus
@@ -56,4 +55,4 @@ extern const bt_field *bt_event_borrow_payload_field_const(
 }
 #endif
 
-#endif /* BABELTRACE_TRACE_IR_EVENT_CONST_H */
+#endif /* BABELTRACE2_TRACE_IR_EVENT_CONST_H */
This page took 0.024331 seconds and 4 git commands to generate.