aboutsummaryrefslogtreecommitdiffstats
path: root/net/atm/lec_arpc.h
diff options
context:
space:
mode:
authorChas Williams <chas@cmf.nrl.navy.mil>2006-09-29 20:16:48 -0400
committerDavid S. Miller <davem@davemloft.net>2006-09-29 20:16:48 -0400
commit33a9c2d4b758279c5077fc15d221b385a574ae0b (patch)
treeadcaad67bd057b2d8200bae2219710c920c586f5 /net/atm/lec_arpc.h
parent987e46bdf314c55e060570ff46723d770e461f0e (diff)
[ATM]: [lec] add reference counting to lec_arp entries
Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/atm/lec_arpc.h')
-rw-r--r--net/atm/lec_arpc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/atm/lec_arpc.h b/net/atm/lec_arpc.h
index 125df36d33b8..ec67435a40a6 100644
--- a/net/atm/lec_arpc.h
+++ b/net/atm/lec_arpc.h
@@ -47,6 +47,7 @@ struct lec_arp_table {
47 * the length of the tlvs array 47 * the length of the tlvs array
48 */ 48 */
49 struct sk_buff_head tx_wait; /* wait queue for outgoing packets */ 49 struct sk_buff_head tx_wait; /* wait queue for outgoing packets */
50 atomic_t usage; /* usage count */
50}; 51};
51 52
52/* 53/*