summaryrefslogtreecommitdiff
path: root/accel-pppd/ppp/ppp_lcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd/ppp/ppp_lcp.h')
-rw-r--r--accel-pppd/ppp/ppp_lcp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/accel-pppd/ppp/ppp_lcp.h b/accel-pppd/ppp/ppp_lcp.h
index 6d67b69..465f0e9 100644
--- a/accel-pppd/ppp/ppp_lcp.h
+++ b/accel-pppd/ppp/ppp_lcp.h
@@ -118,10 +118,10 @@ struct ppp_lcp_t
struct list_head options;
struct triton_timer_t echo_timer;
- int echo_interval;
- int echo_failure;
int echo_sent;
int magic;
+ unsigned long last_ipackets;
+ time_t last_echo_ts;
struct list_head ropt_list; // last received ConfReq
int ropt_len;