diff options
Diffstat (limited to 'accel-pptpd/ppp_lcp.h')
-rw-r--r-- | accel-pptpd/ppp_lcp.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/accel-pptpd/ppp_lcp.h b/accel-pptpd/ppp_lcp.h index d241de6a..7110db20 100644 --- a/accel-pptpd/ppp_lcp.h +++ b/accel-pptpd/ppp_lcp.h @@ -116,6 +116,12 @@ struct ppp_lcp_t struct ppp_t *ppp; struct list_head options; + struct triton_timer_t echo_timer; + int echo_interval; + int echo_failure; + int echo_sent; + int magic; + struct list_head ropt_list; // last received ConfReq int ropt_len; |