summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd/ntpd.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-07-05 20:41:36 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-07-05 20:41:36 +0000
commita3f5e4942d14085145d002d9e6dee3158de04ed9 (patch)
treebb3bc0c9cd3518b2ae2c6bb5403f1dc3b896be90 /usr.sbin/ntpd/ntpd.h
parentaf7c27ada0431e0ccda48f4555c5c80f97e3d3b3 (diff)
delay, not error
Diffstat (limited to 'usr.sbin/ntpd/ntpd.h')
-rw-r--r--usr.sbin/ntpd/ntpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/ntpd.h b/usr.sbin/ntpd/ntpd.h
index a89e7c6b99f..4d321821b05 100644
--- a/usr.sbin/ntpd/ntpd.h
+++ b/usr.sbin/ntpd/ntpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ntpd.h,v 1.10 2004/07/05 07:46:16 henning Exp $ */
+/* $OpenBSD: ntpd.h,v 1.11 2004/07/05 20:41:35 henning Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -60,7 +60,7 @@ struct ntp_peer {
time_t next;
time_t deadline;
double offset;
- double error;
+ double delay;
};
struct ntpd_conf {