summaryrefslogtreecommitdiffstats
path: root/include/linux/if_pppvar.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-01-04 16:03:48 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-01-04 16:03:48 +0000
commit78c388aed2b7184182c08428db1de6c872d815f5 (patch)
tree4b2003b1b4ceb241a17faa995da8dd1004bb8e45 /include/linux/if_pppvar.h
parenteb7a5bf93aaa4be1d7c6181100ab7639e74d67f7 (diff)
Merge with Linux 2.1.131 and more MIPS goodies.
(Did I mention that CVS is buggy ...)
Diffstat (limited to 'include/linux/if_pppvar.h')
-rw-r--r--include/linux/if_pppvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/if_pppvar.h b/include/linux/if_pppvar.h
index cf70fe655..a85b33cd1 100644
--- a/include/linux/if_pppvar.h
+++ b/include/linux/if_pppvar.h
@@ -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 */