summaryrefslogtreecommitdiff
path: root/accel-pppd/include
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd/include')
-rw-r--r--accel-pppd/include/ap_session.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/accel-pppd/include/ap_session.h b/accel-pppd/include/ap_session.h
index 82654f8b..6845ca90 100644
--- a/accel-pppd/include/ap_session.h
+++ b/accel-pppd/include/ap_session.h
@@ -78,7 +78,9 @@ struct ap_session
char *ipv4_pool_name;
char *ipv6_pool_name;
- struct ap_ctrl *ctrl;
+ const struct ap_ctrl *ctrl;
+
+ const char *comp;
#ifdef USE_BACKUP
struct backup_data *backup;