sunrpc: Add net to rpc_create_args
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
This commit is contained in:
parent
62832c039e
commit
c653ce3f0a
7 changed files with 9 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ struct rpc_procinfo {
|
|||
#ifdef __KERNEL__
|
||||
|
||||
struct rpc_create_args {
|
||||
struct net *net;
|
||||
int protocol;
|
||||
struct sockaddr *address;
|
||||
size_t addrsize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue