summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/sys/callout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/callout.h b/sys/sys/callout.h
index 562cb46..3695c6c 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.8 1997/09/21 22:08:59 gibbs Exp $
+ * $Id: callout.h,v 1.9 1997/09/24 16:39:27 gibbs Exp $
*/
#ifndef _SYS_CALLOUT_H_
@@ -52,9 +52,9 @@ struct callout {
SLIST_ENTRY(callout) sle;
TAILQ_ENTRY(callout) tqe;
} c_links;
+ int c_time; /* ticks to the event */
void *c_arg; /* function argument */
void (*c_func) __P((void *)); /* function to call */
- int c_time; /* ticks to the event */
};
struct callout_handle {
OpenPOWER on IntegriCloud