summaryrefslogtreecommitdiff
path: root/accel-pppd/ppp/ppp.h
diff options
context:
space:
mode:
authorDmitry Kozlov <xeb@mail.ru>2011-05-17 22:00:40 +0400
committerDmitry Kozlov <xeb@mail.ru>2011-05-17 22:00:40 +0400
commit3cbee16f1ae968ae80d7e8fbe6a4359a901b3f40 (patch)
treeb62909f37e23498c465b66faa3336066708ad84a /accel-pppd/ppp/ppp.h
parent051ba122f086076db5dab8ea15532d9d89b58cdc (diff)
downloadaccel-ppp-3cbee16f1ae968ae80d7e8fbe6a4359a901b3f40.tar.gz
accel-ppp-3cbee16f1ae968ae80d7e8fbe6a4359a901b3f40.zip
ppp: delay IPCP acknowledge until CCP brings up
Diffstat (limited to 'accel-pppd/ppp/ppp.h')
-rw-r--r--accel-pppd/ppp/ppp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/ppp/ppp.h b/accel-pppd/ppp/ppp.h
index 9d2409ed..4476f05a 100644
--- a/accel-pppd/ppp/ppp.h
+++ b/accel-pppd/ppp/ppp.h
@@ -103,6 +103,7 @@ struct ppp_t
int terminating:1;
int terminated:1;
int terminate_cause;
+ int ccp_started:1;
void *buf;
int buf_size;