summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl/pppoe/pppoe.h
diff options
context:
space:
mode:
authorDmitry Kozlov <xeb@mail.ru>2013-11-05 18:47:53 +0400
committerDmitry Kozlov <xeb@mail.ru>2013-11-05 18:47:53 +0400
commit6d160f30d56df6433ea30e504e0dfeb626d52aa5 (patch)
tree9be31bdbab6d69f31424085d647e9f4c07d829ba /accel-pppd/ctrl/pppoe/pppoe.h
parentf319ff850895cebe92540fbc56c71effe8490add (diff)
downloadaccel-ppp-xebd-6d160f30d56df6433ea30e504e0dfeb626d52aa5.tar.gz
accel-ppp-xebd-6d160f30d56df6433ea30e504e0dfeb626d52aa5.zip
pppoe: show 'starting' in statistics
Diffstat (limited to 'accel-pppd/ctrl/pppoe/pppoe.h')
-rw-r--r--accel-pppd/ctrl/pppoe/pppoe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/ctrl/pppoe/pppoe.h b/accel-pppd/ctrl/pppoe/pppoe.h
index 248ea40..faed20c 100644
--- a/accel-pppd/ctrl/pppoe/pppoe.h
+++ b/accel-pppd/ctrl/pppoe/pppoe.h
@@ -95,6 +95,7 @@ extern char *conf_service_name;
extern char *conf_ac_name;
extern char *conf_pado_delay;
+extern unsigned int stat_starting;
extern unsigned int stat_active;
extern unsigned int stat_delayed_pado;
extern unsigned long stat_PADI_recv;