bt2: replace copy of headers for SWIG with includes
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_clock_snapshot.i
index a2ca8e866e086b0acc1bd2cc45282770d08020cd..5423bafe500f0d2b3cf5456f8232224a09946421 100644 (file)
  * THE SOFTWARE.
  */
 
-/* From clock-snapshot-const.h */
-
-typedef enum bt_clock_snapshot_status {
-       BT_CLOCK_SNAPSHOT_STATUS_OK = 0,
-       BT_CLOCK_SNAPSHOT_STATUS_OVERFLOW = -75,
-} bt_clock_snapshot_status;
-
-extern const bt_clock_class *bt_clock_snapshot_borrow_clock_class_const(
-               const bt_clock_snapshot *clock_snapshot);
-
-extern uint64_t bt_clock_snapshot_get_value(
-               const bt_clock_snapshot *clock_snapshot);
-
-extern bt_clock_snapshot_status bt_clock_snapshot_get_ns_from_origin(
-               const bt_clock_snapshot *clock_snapshot,
-               int64_t *OUT);
+%include <babeltrace2/trace-ir/clock-snapshot-const.h>
This page took 0.024363 seconds and 4 git commands to generate.