diff options
author | Alexander Guy <alexander@cvs.openbsd.org> | 2004-07-04 11:01:50 +0000 |
---|---|---|
committer | Alexander Guy <alexander@cvs.openbsd.org> | 2004-07-04 11:01:50 +0000 |
commit | be3980131a31107d19494946d6a9af420ae10f0d (patch) | |
tree | 300b3381f74e98440ec0d3148044164dbd8c6981 /usr.sbin/ntpd/ntp.h | |
parent | bbad53b0c249028523868f4424bb8926cb1bdab3 (diff) |
Compute the local clock offset from the server's response.
ok henning@
Diffstat (limited to 'usr.sbin/ntpd/ntp.h')
-rw-r--r-- | usr.sbin/ntpd/ntp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/ntp.h b/usr.sbin/ntpd/ntp.h index 8a63c006904..8a3c49ae5d0 100644 --- a/usr.sbin/ntpd/ntp.h +++ b/usr.sbin/ntpd/ntp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ntp.h,v 1.5 2004/06/17 19:17:48 henning Exp $ */ +/* $OpenBSD: ntp.h,v 1.6 2004/07/04 11:01:49 alexander Exp $ */ /* * Copyright (c) 2004 Henning Brauer <henning@openbsd.org> @@ -112,7 +112,7 @@ struct ntp_msg { struct ntp_query { int fd; struct ntp_msg msg; - struct l_fixedpt xmttime; + double xmttime; }; /* |