mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
[ATM]: [lec] old_close is no longer used
Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d0732f649f
commit
edbc9b014f
1 changed files with 0 additions and 3 deletions
|
@ -24,9 +24,6 @@ struct lec_arp_table {
|
||||||
void (*old_recv_push) (struct atm_vcc *vcc, struct sk_buff *skb);
|
void (*old_recv_push) (struct atm_vcc *vcc, struct sk_buff *skb);
|
||||||
/* Push that leads to daemon */
|
/* Push that leads to daemon */
|
||||||
|
|
||||||
void (*old_close) (struct atm_vcc *vcc);
|
|
||||||
/* We want to see when this vcc gets closed */
|
|
||||||
|
|
||||||
unsigned long last_used; /* For expiry */
|
unsigned long last_used; /* For expiry */
|
||||||
unsigned long timestamp; /* Used for various timestamping things:
|
unsigned long timestamp; /* Used for various timestamping things:
|
||||||
* 1. FLUSH started
|
* 1. FLUSH started
|
||||||
|
|
Loading…
Reference in a new issue