summaryrefslogtreecommitdiff
path: root/accel-pppd/include/ap_session.h
diff options
context:
space:
mode:
authorDmitriy Eshenko <dmitriy.eshenko@accel-ppp.org>2023-07-01 09:57:36 +0300
committerGitHub <noreply@github.com>2023-07-01 09:57:36 +0300
commit7b7b6dabfd83eafc62555e0edc6147ebca270ac4 (patch)
treec257eb5211f15ba8d54c5d7a207099cadc1559ad /accel-pppd/include/ap_session.h
parent981f2399a8f61256f866a87f50c3b4a8aa77847c (diff)
parenta9e9f3ea0d7d4c48ba402d885372c978d5c75aab (diff)
downloadaccel-ppp-7b7b6dabfd83eafc62555e0edc6147ebca270ac4.tar.gz
accel-ppp-7b7b6dabfd83eafc62555e0edc6147ebca270ac4.zip
Merge pull request #95 from DmitriyEshenko/show-sessions-impr
CLI: PPPoE: Add possibility to display inbound interface and service-…
Diffstat (limited to 'accel-pppd/include/ap_session.h')
-rw-r--r--accel-pppd/include/ap_session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/include/ap_session.h b/accel-pppd/include/ap_session.h
index 70515133..27471859 100644
--- a/accel-pppd/include/ap_session.h
+++ b/accel-pppd/include/ap_session.h
@@ -51,6 +51,7 @@ struct ap_ctrl {
int mppe;
char *calling_station_id;
char *called_station_id;
+ char *service_name;
unsigned int dont_ifcfg:1;
unsigned int ppp:1;
unsigned int ppp_npmode:2;