summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd/ntpd.h
diff options
context:
space:
mode:
authorBrent Cook <bcook@cvs.openbsd.org>2016-01-27 21:36:26 +0000
committerBrent Cook <bcook@cvs.openbsd.org>2016-01-27 21:36:26 +0000
commita432e7212027b487cb70040723ab00540e05e405 (patch)
tree84a0ecada0b463108f4a0a02f8df430da2d327f9 /usr.sbin/ntpd/ntpd.h
parent51c27940b53ed94aa51498e2ea8be544d66afbb1 (diff)
update ntpd log initialization to work like relayd, fix debug log levels
ok reyk@
Diffstat (limited to 'usr.sbin/ntpd/ntpd.h')
-rw-r--r--usr.sbin/ntpd/ntpd.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/ntpd.h b/usr.sbin/ntpd/ntpd.h
index b950634cb0c..5e9099e023d 100644
--- a/usr.sbin/ntpd/ntpd.h
+++ b/usr.sbin/ntpd/ntpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ntpd.h,v 1.127 2015/12/19 20:44:35 reyk Exp $ */
+/* $OpenBSD: ntpd.h,v 1.128 2016/01/27 21:36:25 bcook Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -213,9 +213,10 @@ struct ntpd_conf {
struct ntp_status status;
struct ntp_freq freq;
u_int32_t scale;
+ int debug;
+ int verbose;
u_int8_t listen_all;
u_int8_t settime;
- u_int8_t debug;
u_int8_t noaction;
u_int8_t filters;
time_t constraint_last;