tipc: make tipc node table aware of net namespace
[deliverable/linux.git] / net / tipc / addr.h
index 60b00ab93d74159cbc18e1caa1e469a7e38b651c..3e1f18e29f1ee88298e5a947f7aefd5b999502b1 100644 (file)
@@ -40,6 +40,8 @@
 #define TIPC_ZONE_MASK         0xff000000u
 #define TIPC_CLUSTER_MASK      0xfffff000u
 
+extern u32 tipc_own_addr __read_mostly;
+
 static inline u32 tipc_zone_mask(u32 addr)
 {
        return addr & TIPC_ZONE_MASK;
This page took 0.023288 seconds and 5 git commands to generate.