Combine both clock hooks

Turns out the clock skew doesn't really work unless RTC and TZ
changes are blocked as well.
This commit is contained in:
Tau
2018-11-23 14:23:16 -05:00
parent 1725cfb9ac
commit 51994d59ff
4 changed files with 9 additions and 30 deletions

View File

@ -17,7 +17,7 @@ static DWORD CALLBACK app_pre_startup(void)
ds_hook_init();
nusec_hook_init();
clock_skew_hook_init();
clock_hook_init();
spike_hook_init("minispike.txt");
dprintf("--- End %s ---\n", __func__);