summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd/ntpd.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-10-22 21:17:38 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-10-22 21:17:38 +0000
commit3f1293c0ad68c13d655ccde898aed2224c143d35 (patch)
tree326daa67a0d507a572a64ef8dac9ec2f08510869 /usr.sbin/ntpd/ntpd.h
parent900ef52dfdd08a0d57b291bd941f974c1c7dd81a (diff)
in server mode reply with stratum from the peer that we currently prefer
plus one
Diffstat (limited to 'usr.sbin/ntpd/ntpd.h')
-rw-r--r--usr.sbin/ntpd/ntpd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ntpd/ntpd.h b/usr.sbin/ntpd/ntpd.h
index 0102f4c1bb9..aadfd72be05 100644
--- a/usr.sbin/ntpd/ntpd.h
+++ b/usr.sbin/ntpd/ntpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ntpd.h,v 1.40 2004/10/14 09:35:48 dtucker Exp $ */
+/* $OpenBSD: ntpd.h,v 1.41 2004/10/22 21:17:37 henning Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -83,6 +83,7 @@ struct ntp_status {
u_int32_t refid;
double reftime;
u_int8_t poll;
+ u_int8_t stratum;
};
struct ntp_offset {