summaryrefslogtreecommitdiffstats
path: root/sys/sys/timeffc.h
diff options
context:
space:
mode:
authorlstewart <lstewart@FreeBSD.org>2011-11-29 08:43:04 +0000
committerlstewart <lstewart@FreeBSD.org>2011-11-29 08:43:04 +0000
commit81cb526f0e1bd29c4a7fb7bbb99306632f961e76 (patch)
tree53fc6ac183c4825f5fd0e057decb9fc68ab2e544 /sys/sys/timeffc.h
parent009670e1b3313d3f82eaae112e37d4479c304cd0 (diff)
downloadFreeBSD-src-81cb526f0e1bd29c4a7fb7bbb99306632f961e76.zip
FreeBSD-src-81cb526f0e1bd29c4a7fb7bbb99306632f961e76.tar.gz
Make sysclock_active publicly available to external consumers.
Committed on behalf of Julien Ridoux and Darryl Veitch from the University of Melbourne, Australia, as part of the FreeBSD Foundation funded "Feed-Forward Clock Synchronization Algorithms" project. For more information, see http://www.synclab.org/radclock/ Discussed with: Julien Ridoux (jridoux at unimelb edu au) Submitted by: Julien Ridoux (jridoux at unimelb edu au)
Diffstat (limited to 'sys/sys/timeffc.h')
-rw-r--r--sys/sys/timeffc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/timeffc.h b/sys/sys/timeffc.h
index 58fa9a9a..bc08e27 100644
--- a/sys/sys/timeffc.h
+++ b/sys/sys/timeffc.h
@@ -61,6 +61,7 @@ struct ffclock_estimate {
*/
#define SYSCLOCK_FBCK 0
#define SYSCLOCK_FFWD 1
+extern int sysclock_active;
/*
* Parameters of counter characterisation required by feed-forward algorithms.
OpenPOWER on IntegriCloud