diff options
Diffstat (limited to 'accel-pppd/ppp/ppp_ipv6cp.h')
-rw-r--r-- | accel-pppd/ppp/ppp_ipv6cp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accel-pppd/ppp/ppp_ipv6cp.h b/accel-pppd/ppp/ppp_ipv6cp.h index 2e5c201f..6f676053 100644 --- a/accel-pppd/ppp/ppp_ipv6cp.h +++ b/accel-pppd/ppp/ppp_ipv6cp.h @@ -93,6 +93,8 @@ struct ppp_ipv6cp_t struct ppp_t *ppp; struct list_head options; + struct triton_timer_t timeout; + struct list_head ropt_list; // last received ConfReq int ropt_len; |