diff options
Diffstat (limited to 'accel-pptpd/ppp/ppp.h')
-rw-r--r-- | accel-pptpd/ppp/ppp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pptpd/ppp/ppp.h b/accel-pptpd/ppp/ppp.h index f74351d4..1a970997 100644 --- a/accel-pptpd/ppp/ppp.h +++ b/accel-pptpd/ppp/ppp.h @@ -98,6 +98,7 @@ struct ppp_t struct ppp_ctrl_t *ctrl; int terminating:1; + int terminated:1; int terminate_cause; void *chan_buf; |