diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2014-06-03 21:44:10 +0400 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2014-06-03 21:44:10 +0400 |
commit | 92aa52c116cdd1a5df42c1437fe9d68b3a1c122b (patch) | |
tree | 6b33f8693101d13c5500a9a47a1d7c3dc441b5d1 /accel-pppd/ctrl/ipoe/ipoe.h | |
parent | bd30f9451a3f775e7db30a9c405e4db9d4c259b8 (diff) | |
parent | 16d7884910de5f30a67351692492cc5a85dd6e3d (diff) | |
download | accel-ppp-92aa52c116cdd1a5df42c1437fe9d68b3a1c122b.tar.gz accel-ppp-92aa52c116cdd1a5df42c1437fe9d68b3a1c122b.zip |
Merge branch 'master' of ssh://git.code.sf.net/p/accel-ppp/code
Diffstat (limited to 'accel-pppd/ctrl/ipoe/ipoe.h')
-rw-r--r-- | accel-pppd/ctrl/ipoe/ipoe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel-pppd/ctrl/ipoe/ipoe.h b/accel-pppd/ctrl/ipoe/ipoe.h index 5ef46b7a..88e37e46 100644 --- a/accel-pppd/ctrl/ipoe/ipoe.h +++ b/accel-pppd/ctrl/ipoe/ipoe.h @@ -27,6 +27,7 @@ struct ipoe_serv { struct dhcpv4_relay *dhcpv4_relay; struct arp_serv *arp; struct list_head disc_list; + struct list_head req_list; struct triton_timer_t disc_timer; struct triton_timer_t timer; pthread_mutex_t lock; |