diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2005-01-19 19:46:35 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2005-01-19 19:46:35 +0000 |
| commit | 86fd19de7be995cef26fe6e5779b7d1417fd1b40 (patch) | |
| tree | 9f8a6889eeea38aa4dba8b2607ffa8e0b7b16fdb /sys/kern/kern_timeout.c | |
| parent | 7d9ace1d469a5289675bd9e588e76643e4cfecd2 (diff) | |
Notes
Diffstat (limited to 'sys/kern/kern_timeout.c')
| -rw-r--r-- | sys/kern/kern_timeout.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/kern_timeout.c b/sys/kern/kern_timeout.c index b55589ebf945..d9fe231123d0 100644 --- a/sys/kern/kern_timeout.c +++ b/sys/kern/kern_timeout.c @@ -383,7 +383,9 @@ callout_handle_init(struct callout_handle *handle) * * <sys/callout.h> defines three convenience macros: * - * callout_active() - returns truth if callout has not been serviced + * callout_active() - returns truth if callout has not been stopped, + * drained, or deactivated since the last time the callout was + * reset. * callout_pending() - returns truth if callout is still waiting for timeout * callout_deactivate() - marks the callout as having been serviced */ |
