]> git.ozlabs.org Git - ppp.git/blobdiff - linux/if_pppvar.h
move PPP_VERSION to ppp.c; don't use dev->tbusy as a lock
[ppp.git] / linux / if_pppvar.h
index cf70fe655ea1dba5f311876f59600255575b3ade..a85b33cd1589a7bc40408ec2d0ad31d1df53d25d 100644 (file)
@@ -42,7 +42,7 @@
  */
 
 /*
- *  ==FILEVERSION 980704==
+ *  ==FILEVERSION 981004==
  *
  *  NOTE TO MAINTAINERS:
  *   If you modify this file at all, please set the above date.
@@ -80,6 +80,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 */