X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=include%2Flinux%2Fif_pppvar.h;fp=include%2Flinux%2Fif_pppvar.h;h=a85b33cd1589a7bc40408ec2d0ad31d1df53d25d;hp=cf70fe655ea1dba5f311876f59600255575b3ade;hb=699e067418e4de59d75c0de252b1bc066d4fe8c0;hpb=62e6e741c59957a31b2c4611b07ec68ef2cb728d diff --git a/include/linux/if_pppvar.h b/include/linux/if_pppvar.h index cf70fe6..a85b33c 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 */