diff options
Diffstat (limited to 'accel-pptpd/ppp/ppp.h')
-rw-r--r-- | accel-pptpd/ppp/ppp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pptpd/ppp/ppp.h b/accel-pptpd/ppp/ppp.h index afc26a3..fb6b20f 100644 --- a/accel-pptpd/ppp/ppp.h +++ b/accel-pptpd/ppp/ppp.h @@ -51,6 +51,7 @@ struct ppp_t; struct ppp_ctrl_t { struct triton_context_t *ctx; + const char *name; int max_mtu; char *calling_station_id; char *called_station_id; |