2 * SPDX-License-Identifier: MIT
4 * Copyright 2017 Philippe Proulx <pproulx@efficios.com>
7 #ifndef BABELTRACE_CTF_WRITER_CLOCK_INTERNAL_H
8 #define BABELTRACE_CTF_WRITER_CLOCK_INTERNAL_H
10 #include <babeltrace2-ctf-writer/clock.h>
11 #include "common/macros.h"
14 #include "clock-class.h"
19 struct bt_ctf_object base
;
20 struct bt_ctf_clock_class
*clock_class
;
21 uint64_t value
; /* Current clock value */
24 struct metadata_context
;
27 int bt_ctf_clock_get_value(struct bt_ctf_clock
*clock
, uint64_t *value
);
30 void bt_ctf_clock_class_serialize(struct bt_ctf_clock_class
*clock_class
,
31 struct metadata_context
*context
);
33 #endif /* BABELTRACE_CTF_WRITER_CLOCK_INTERNAL_H */
This page took 0.030404 seconds and 4 git commands to generate.