]> git.ozlabs.org Git - ppp.git/blobdiff - linux/ppp.h
fixes from Al Longyear
[ppp.git] / linux / ppp.h
index 153d9596dc919de868cb7e26fabc49c6dcdaa2e0..8c08e109913506c410b04c2edb01bc17ab530aa2 100644 (file)
@@ -5,7 +5,7 @@
    Michael Callahan <callahan@maths.ox.ac.uk>
    Nov. 4 1993 */
 
-/* $Id: ppp.h,v 1.1 1994/05/27 00:55:25 paulus Exp $ */
+/* $Id: ppp.h,v 1.3 1994/05/27 00:59:24 paulus Exp $ */
 
 /* how many PPP units? */
 #define PPP_NRUNIT     4
@@ -15,6 +15,9 @@
 /* line discipline number */
 #define N_PPP         3
 
+/* Extended asyncmap - allows any character to be escaped. */
+typedef u_long ext_accm[8];
+
 /* Magic value for the ppp structure */
 #define PPP_MAGIC 0x5002
 
@@ -177,7 +180,7 @@ struct ppp {
 
   unsigned int         flags;          /* miscellany                   */
 
-  unsigned long                xmit_async_map[8]; /* 1 bit means that given control 
+  ext_accm             xmit_async_map; /* 1 bit means that given control 
                                           character is quoted on output*/
 
   unsigned long                recv_async_map; /* 1 bit means that given control