Allow ctf-writer to use new time-keeping facilities
[babeltrace.git] / include / babeltrace / ctf-ir / clock-internal.h
index 0ed43ae991e9e85abdf4a4a5b434bbf4862e0ecb..38b0fcf1860ef86a915fd628ad925327adc3deeb 100644 (file)
@@ -79,4 +79,7 @@ void bt_ctf_clock_serialize(struct bt_ctf_clock *clock,
 BT_HIDDEN
 bool bt_ctf_clock_is_valid(struct bt_ctf_clock *clock);
 
+BT_HIDDEN
+int bt_ctf_clock_get_value(struct bt_ctf_clock *clock, uint64_t *value);
+
 #endif /* BABELTRACE_CTF_IR_CLOCK_INTERNAL_H */
This page took 0.023711 seconds and 4 git commands to generate.