summaryrefslogtreecommitdiffstats
path: root/sys/sys/callout.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/callout.h')
-rw-r--r--sys/sys/callout.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/callout.h b/sys/sys/callout.h
index e44f0ab..562cb46 100644
--- a/sys/sys/callout.h
+++ b/sys/sys/callout.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)callout.h 8.2 (Berkeley) 1/21/94
- * $Id: callout.h,v 1.7 1997/09/07 05:26:57 bde Exp $
+ * $Id: callout.h,v 1.8 1997/09/21 22:08:59 gibbs Exp $
*/
#ifndef _SYS_CALLOUT_H_
@@ -52,7 +52,6 @@ struct callout {
SLIST_ENTRY(callout) sle;
TAILQ_ENTRY(callout) tqe;
} c_links;
- struct callout_tailq *c_bucket;
void *c_arg; /* function argument */
void (*c_func) __P((void *)); /* function to call */
int c_time; /* ticks to the event */
OpenPOWER on IntegriCloud