summaryrefslogtreecommitdiffstats
path: root/include/linux/if_pppvar.h
diff options
context:
space:
mode:
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 6fae4b94b..d6cd0c25b 100644
--- a/include/linux/if_pppvar.h
+++ b/include/linux/if_pppvar.h
@@ -42,7 +42,7 @@
*/
/*
- * ==FILEVERSION 990114==
+ * ==FILEVERSION 990325==
*
* NOTE TO MAINTAINERS:
* If you modify this file at all, please set the above date.
@@ -89,6 +89,7 @@ struct ppp {
__u8 escape; /* 0x20 if prev char was PPP_ESC */
__u8 toss; /* toss this frame */
volatile __u8 tty_pushing; /* internal state flag */
+ volatile __u8 woke_up; /* internal state flag */
__u32 xmit_async_map[8]; /* 1 bit means that given control
character is quoted on output*/
__u32 recv_async_map; /* 1 bit means that given control