diff options
Diffstat (limited to 'accel-pptpd/ppp/ppp_lcp.h')
-rw-r--r-- | accel-pptpd/ppp/ppp_lcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pptpd/ppp/ppp_lcp.h b/accel-pptpd/ppp/ppp_lcp.h index 661f200c..6d67b698 100644 --- a/accel-pptpd/ppp/ppp_lcp.h +++ b/accel-pptpd/ppp/ppp_lcp.h @@ -127,6 +127,7 @@ struct ppp_lcp_t int ropt_len; int conf_req_len; + int started:1; }; int lcp_option_register(struct lcp_option_handler_t *h); |