diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1997-09-21 22:02:25 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1997-09-21 22:02:25 +0000 |
| commit | 6c951b444129f35bc399ba6b89bdfd982620a557 (patch) | |
| tree | be9c80fe8655fe3ff639d46f9a599da535951d6d /sys/net/if_sppp.h | |
| parent | ab36c06737cfd52b6f1999903ee7f91014ac51de (diff) | |
Notes
Diffstat (limited to 'sys/net/if_sppp.h')
| -rw-r--r-- | sys/net/if_sppp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/if_sppp.h b/sys/net/if_sppp.h index 3bee40220a249..e0e61bb281190 100644 --- a/sys/net/if_sppp.h +++ b/sys/net/if_sppp.h @@ -16,7 +16,7 @@ * * From: Version 1.7, Wed Jun 7 22:12:02 MSD 1995 * - * $Id: if_sppp.h,v 1.5 1997/05/19 22:03:08 joerg Exp $ + * $Id: if_sppp.h,v 1.6 1997/05/22 22:15:39 joerg Exp $ */ #ifndef _NET_IF_HDLC_H_ @@ -75,6 +75,7 @@ struct sppp { u_char confid[IDX_COUNT]; /* id of last configuration request */ int rst_counter[IDX_COUNT]; /* restart counter */ int fail_counter[IDX_COUNT]; /* negotiation failure counter */ + struct callout_handle ch[IDX_COUNT]; struct slcp lcp; /* LCP params */ struct sipcp ipcp; /* IPCP params */ /* |
