summaryrefslogtreecommitdiffstats
path: root/include/net/ipx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/ipx.h')
-rw-r--r--include/net/ipx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/ipx.h b/include/net/ipx.h
index 84e7cdb1d..bc023a662 100644
--- a/include/net/ipx.h
+++ b/include/net/ipx.h
@@ -45,6 +45,7 @@ typedef struct ipx_interface {
/* IPX address */
__u32 if_netnum;
unsigned char if_node[IPX_NODE_LEN];
+ atomic_t refcnt;
/* physical device info */
struct net_device *if_dev;
@@ -54,6 +55,7 @@ typedef struct ipx_interface {
/* socket support */
unsigned short if_sknum;
struct sock *if_sklist;
+ spinlock_t if_sklist_lock;
/* administrative overhead */
int if_ipx_offset;