tipc: involve namespace infrastructure
[deliverable/linux.git] / net / tipc / config.h
index a41a41c587509346b313bf72dfc8381ce100a42e..9e9b575fc429b5762e162296936ffe1a298203e9 100644 (file)
@@ -61,7 +61,7 @@ static inline struct sk_buff *tipc_cfg_reply_ultra_string(char *string)
        return tipc_cfg_reply_string_type(TIPC_TLV_ULTRA_STRING, string);
 }
 
-struct sk_buff *tipc_cfg_do_cmd(u32 orig_node, u16 cmd,
+struct sk_buff *tipc_cfg_do_cmd(struct net *net, u32 orig_node, u16 cmd,
                                const void *req_tlv_area, int req_tlv_space,
                                int headroom);
 #endif
This page took 0.025214 seconds and 5 git commands to generate.