Fix: src.ctf.lttng-live: emitting stream end msg with no stream
[babeltrace.git] / include / babeltrace2 / trace-ir / clock-snapshot-const.h
index 59156f814d414776bc5fd3ec167df891beb86afa..3363b9df8318466a0998961eec562aab4334de1b 100644 (file)
@@ -2,8 +2,7 @@
 #define BABELTRACE2_TRACE_IR_CLOCK_SNAPSHOT_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
@@ -22,9 +21,6 @@
  * 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
  */
 
 #ifndef __BT_IN_BABELTRACE_H
@@ -46,8 +42,8 @@ extern uint64_t bt_clock_snapshot_get_value(
                const bt_clock_snapshot *clock_snapshot);
 
 typedef enum bt_clock_snapshot_get_ns_from_origin_status {
-       BT_CLOCK_SNAPSHOT_GET_NS_FROM_ORIGIN_STATUS_OK          = __BT_FUNC_STATUS_OK,
-       BT_CLOCK_SNAPSHOT_GET_NS_FROM_ORIGIN_STATUS_OVERFLOW    = __BT_FUNC_STATUS_OVERFLOW,
+       BT_CLOCK_SNAPSHOT_GET_NS_FROM_ORIGIN_STATUS_OK                  = __BT_FUNC_STATUS_OK,
+       BT_CLOCK_SNAPSHOT_GET_NS_FROM_ORIGIN_STATUS_OVERFLOW_ERROR      = __BT_FUNC_STATUS_OVERFLOW_ERROR,
 } bt_clock_snapshot_get_ns_from_origin_status;
 
 extern bt_clock_snapshot_get_ns_from_origin_status
This page took 0.024984 seconds and 4 git commands to generate.