diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2006-05-27 18:32:01 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2006-05-27 18:32:01 +0000 |
commit | 560ca4733ed4d59254c35ab5320b725ee4cc3ff7 (patch) | |
tree | cadfe90177d88d9a5c6fa0420bbe5ccfa3e11b3a /usr.sbin/ntpd/ntpd.h | |
parent | 64201864bbe5387e655daaab298b9c47bd529f61 (diff) |
scan for new timedelta sensors every five minutes for now, ok deraadt
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 546e8d8279f..5d3086ad862 100644 --- a/usr.sbin/ntpd/ntpd.h +++ b/usr.sbin/ntpd/ntpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ntpd.h,v 1.64 2006/05/27 17:01:07 henning Exp $ */ +/* $OpenBSD: ntpd.h,v 1.65 2006/05/27 18:32:00 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -60,6 +60,7 @@ #define SENSOR_DATA_MAXAGE 15*60 #define SENSOR_QUERY_INTERVAL 30 +#define SENSOR_SCAN_INTERVAL 5*60 enum client_state { STATE_NONE, |