diff options
author | Darren Tucker <dtucker@cvs.openbsd.org> | 2005-08-10 13:48:37 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@cvs.openbsd.org> | 2005-08-10 13:48:37 +0000 |
commit | 834485d65942707377a860589f0a7f6f354be616 (patch) | |
tree | 9207e08bd2f95bca25eb676e7798a4227d6b5959 /usr.sbin/ntpd/ntpd.h | |
parent | be5daa4e25b05de74a3ef100f7b7e4c30097423c (diff) |
Propogate server's leap indicator flags to clients; ok henning@
Diffstat (limited to 'usr.sbin/ntpd/ntpd.h')
-rw-r--r-- | usr.sbin/ntpd/ntpd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ntpd/ntpd.h b/usr.sbin/ntpd/ntpd.h index 6b898b1d870..58b787bf636 100644 --- a/usr.sbin/ntpd/ntpd.h +++ b/usr.sbin/ntpd/ntpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ntpd.h,v 1.59 2005/07/15 03:37:15 henning Exp $ */ +/* $OpenBSD: ntpd.h,v 1.60 2005/08/10 13:48:36 dtucker Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -90,6 +90,7 @@ struct ntp_status { double reftime; u_int32_t refid; u_int32_t refid4; + u_int8_t synced; u_int8_t leap; int8_t precision; u_int8_t poll; |