diff options
| author | Brian Somers <brian@FreeBSD.org> | 1998-03-16 22:54:35 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1998-03-16 22:54:35 +0000 |
| commit | eaa4df37f41891389081dc62e17cc172b36b8736 (patch) | |
| tree | 7ea4a43106846e68f185309b140991da56661db2 /usr.sbin/ppp/ipcp.h | |
| parent | a0cbd833f36a8874a2770e45e3ecfa9f0eb700e1 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/ipcp.h')
| -rw-r--r-- | usr.sbin/ppp/ipcp.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.sbin/ppp/ipcp.h b/usr.sbin/ppp/ipcp.h index c9581ec92cdf..16e5698ed5c2 100644 --- a/usr.sbin/ppp/ipcp.h +++ b/usr.sbin/ppp/ipcp.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: ipcp.h,v 1.18.2.15 1998/03/13 21:07:37 brian Exp $ + * $Id: ipcp.h,v 1.18.2.16 1998/03/13 21:08:04 brian Exp $ * * TODO: */ @@ -60,6 +60,12 @@ struct ipcp { #endif } cfg; + struct { + struct slcompress cslc; /* VJ state */ + struct slstat slstat; /* VJ statistics */ + } vj; + + int heis1172 : 1; /* True if he is speaking rfc1172 */ struct in_addr peer_ip; /* IP address he's willing to use */ |
