]> git.ozlabs.org Git - ppp.git/blobdiff - include/linux/if_pppvar.h
don't need auth and usehostname by default any more
[ppp.git] / include / linux / if_pppvar.h
index cf70fe655ea1dba5f311876f59600255575b3ade..6fae4b94bda05f967a033a576fbff406f9de404f 100644 (file)
@@ -42,7 +42,7 @@
  */
 
 /*
- *  ==FILEVERSION 980704==
+ *  ==FILEVERSION 990114==
  *
  *  NOTE TO MAINTAINERS:
  *   If you modify this file at all, please set the above date.
@@ -61,7 +61,8 @@
 #define NP_IP  0               /* Internet Protocol */
 #define NP_IPX 1               /* IPX protocol */
 #define NP_AT  2               /* Appletalk protocol */
-#define NUM_NP 3               /* Number of NPs. */
+#define NP_IPV6        3               /* Internet Protocol */
+#define NUM_NP 4               /* Number of NPs. */
 
 #define OBUFSIZE       256     /* # chars of output buffering */
 
@@ -80,6 +81,7 @@ struct ppp {
        struct slcompress *slcomp;      /* for TCP header compression   */
        struct sk_buff_head xmt_q;      /* frames to send from pppd     */
        struct sk_buff_head rcv_q;      /* frames for pppd to read      */
+       unsigned long   xmit_busy;      /* bit 0 set when xmitter busy  */
 
        /* Information specific to using ppp on async serial lines. */
        struct tty_struct *tty;         /* ptr to TTY structure */