On Mon, Aug 23, 2010 at 01:41:13PM -0700, john stultz wrote:
But the adjtimex does not support nanosecond resolution.
Would the new syscall need to take a struct timex?
If so, I think it not worth the effort of adding a syscall. Instead,
we can just add "clockid" flags into the mode field.
You could adjust the frequency of either one. As a side effect, the
other clock would also be adjusted.
You can only change the time offset on CLOCK_REALTIME, and that would
have no effect on CLOCK_MONOTONIC.
If I understand correctly, MONOTONIC_RAW is just access to the
hardware counter?
Don't think so.
Thanks,
Richard
--