summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl/pppoe/pppoe.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd/ctrl/pppoe/pppoe.h')
-rw-r--r--accel-pppd/ctrl/pppoe/pppoe.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/accel-pppd/ctrl/pppoe/pppoe.h b/accel-pppd/ctrl/pppoe/pppoe.h
index a883023..aac169e 100644
--- a/accel-pppd/ctrl/pppoe/pppoe.h
+++ b/accel-pppd/ctrl/pppoe/pppoe.h
@@ -86,7 +86,6 @@ struct pppoe_serv_t
DES_key_schedule des_ks;
pthread_mutex_t lock;
- int stopping:1;
unsigned int conn_cnt;
struct list_head conn_list;
@@ -97,6 +96,9 @@ struct pppoe_serv_t
int padi_cnt;
int padi_limit;
time_t last_padi_limit_warn;
+
+ int stopping:1;
+ int vlan_mon:1;
};
extern int conf_verbose;