summaryrefslogtreecommitdiff
path: root/usr.sbin/ntpd/ntpd.h
diff options
context:
space:
mode:
authorChris Kuethe <ckuethe@cvs.openbsd.org>2007-08-04 02:58:03 +0000
committerChris Kuethe <ckuethe@cvs.openbsd.org>2007-08-04 02:58:03 +0000
commit72fdd4aa7ffacbc35e9c3a225ae6e1a5afaaf5b7 (patch)
tree5fcfab81b2a125cc704fc8c282a3853bc1a3ecc8 /usr.sbin/ntpd/ntpd.h
parentbd112afb5eed44be20dca2e88ed36a6395c26116 (diff)
This diff makes ntpd poll for sensors more aggressively when the use of
sensors is requested, but no sensors are found. ok henning
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 6f016cdc0a8..daf17772670 100644
--- a/usr.sbin/ntpd/ntpd.h
+++ b/usr.sbin/ntpd/ntpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ntpd.h,v 1.84 2007/04/30 01:33:33 deraadt Exp $ */
+/* $OpenBSD: ntpd.h,v 1.85 2007/08/04 02:58:02 ckuethe Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -308,7 +308,7 @@ struct s_fixedpt d_to_sfp(double);
/* sensors.c */
void sensor_init(void);
-void sensor_scan(void);
+int sensor_scan(void);
void sensor_query(struct ntp_sensor *);
int sensor_hotplugfd(void);
void sensor_hotplugevent(int);