[Git][NTPsec/ntpsec][master] ntpd: report 3 more digits of resolution on frequency.
Gary E. Miller
gitlab at mg.gitlab.com
Sun Feb 5 00:58:23 UTC 2017
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
9bb421ae by Gary E. Miller at 2017-02-04T16:57:52-08:00
ntpd: report 3 more digits of resolution on frequency.
- - - - -
1 changed file:
- ntpd/ntp_control.c
Changes:
=====================================
ntpd/ntp_control.c
=====================================
--- a/ntpd/ntp_control.c
+++ b/ntpd/ntp_control.c
@@ -1500,7 +1500,7 @@ ctl_putsys(
break;
case CS_DRIFT:
- ctl_putdbl(sys_var[CS_DRIFT].text, drift_comp * 1e6);
+ ctl_putdbl6(sys_var[CS_DRIFT].text, drift_comp * 1e6);
break;
case CS_JITTER:
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/9bb421aeb46f401322fb09d84d531b29563394b7
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170205/4142d9cc/attachment.html>
More information about the vc
mailing list