diff options
Diffstat (limited to 'accel-pppd/ppp')
-rw-r--r-- | accel-pppd/ppp/ppp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/ppp/ppp.h b/accel-pppd/ppp/ppp.h index e37c75d3..ca97d5ab 100644 --- a/accel-pppd/ppp/ppp.h +++ b/accel-pppd/ppp/ppp.h @@ -76,6 +76,7 @@ struct ppp_ctrl_t struct triton_context_t *ctx; int type; const char *name; + const char *def_pool; int max_mtu; int mppe; char *calling_station_id; |