diff options
Diffstat (limited to 'net/atm')
-rw-r--r-- | net/atm/lec_arpc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/atm/lec_arpc.h b/net/atm/lec_arpc.h index 885f1fbcb864..125df36d33b8 100644 --- a/net/atm/lec_arpc.h +++ b/net/atm/lec_arpc.h | |||
@@ -24,9 +24,6 @@ struct lec_arp_table { | |||
24 | void (*old_recv_push) (struct atm_vcc *vcc, struct sk_buff *skb); | 24 | void (*old_recv_push) (struct atm_vcc *vcc, struct sk_buff *skb); |
25 | /* Push that leads to daemon */ | 25 | /* Push that leads to daemon */ |
26 | 26 | ||
27 | void (*old_close) (struct atm_vcc *vcc); | ||
28 | /* We want to see when this vcc gets closed */ | ||
29 | |||
30 | unsigned long last_used; /* For expiry */ | 27 | unsigned long last_used; /* For expiry */ |
31 | unsigned long timestamp; /* Used for various timestamping things: | 28 | unsigned long timestamp; /* Used for various timestamping things: |
32 | * 1. FLUSH started | 29 | * 1. FLUSH started |