aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/ipcp.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-03-16 22:54:35 +0000
committerBrian Somers <brian@FreeBSD.org>1998-03-16 22:54:35 +0000
commiteaa4df37f41891389081dc62e17cc172b36b8736 (patch)
tree7ea4a43106846e68f185309b140991da56661db2 /usr.sbin/ppp/ipcp.h
parenta0cbd833f36a8874a2770e45e3ecfa9f0eb700e1 (diff)
Notes
Diffstat (limited to 'usr.sbin/ppp/ipcp.h')
-rw-r--r--usr.sbin/ppp/ipcp.h8
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 */