- uint64_t s_scale_ns; /* scale to apply for each second elapsed, it converts in ns */
- int64_t s_adj_nsx; /* additional adj to apply for each second elapsed, it is expressed in 64 bit frac of ns */
- uint64_t tick_scale_x; /* scale to apply for each tick elapsed, it converts in 64 bit frac of s */
- uint64_t offset_count; /* abs time from which apply current scales */
- struct bintime offset; /* cumulative offset expressed in (sec, 64 bits frac of a second) */
- struct bintime bintime; /* cumulative offset (it includes bootime) expressed in (sec, 64 bits frac of a second) */
- struct bintime boottime; /* boot time expressed in (sec, 64 bits frac of a second) */
- struct bintime basesleep;
+ uint64_t s_scale_ns; /* scale to apply for each second elapsed, it converts in ns */
+ int64_t s_adj_nsx; /* additional adj to apply for each second elapsed, it is expressed in 64 bit frac of ns */
+ uint64_t tick_scale_x; /* scale to apply for each tick elapsed, it converts in 64 bit frac of s */
+ uint64_t offset_count; /* abs time from which apply current scales */
+ struct bintime offset; /* cumulative offset expressed in (sec, 64 bits frac of a second) */
+ struct bintime bintime; /* cumulative offset (it includes bootime) expressed in (sec, 64 bits frac of a second) */
+ struct bintime boottime; /* boot time expressed in (sec, 64 bits frac of a second) */
+ struct bintime basesleep;