X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fclock-internal.h;h=0ed43ae991e9e85abdf4a4a5b434bbf4862e0ecb;hb=61ec14e66eb9e2329776dfe56a928232bc68b94e;hp=ac13a8e3fc42713053218041d6bb56689ddd3454;hpb=c44c3e709f9e95a847e9502c5297234aa1f01577;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/clock-internal.h b/include/babeltrace/ctf-ir/clock-internal.h index ac13a8e3..0ed43ae9 100644 --- a/include/babeltrace/ctf-ir/clock-internal.h +++ b/include/babeltrace/ctf-ir/clock-internal.h @@ -63,6 +63,12 @@ struct bt_ctf_clock { int frozen; }; +struct bt_ctf_clock_value { + struct bt_object base; + struct bt_ctf_clock *clock_class; + uint64_t value; +}; + BT_HIDDEN void bt_ctf_clock_freeze(struct bt_ctf_clock *clock);