2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

netlink: Pass argument through do_rtnl_req engine

Will need it int netns dumping callbacks later.

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov
2012-08-02 07:28:45 +04:00
parent cffe1ea172
commit b0cf603b18
5 changed files with 20 additions and 20 deletions

View File

@@ -367,7 +367,7 @@ skip:
return ret;
}
int unix_receive_one(struct nlmsghdr *h)
int unix_receive_one(struct nlmsghdr *h, void *arg)
{
struct unix_diag_msg *m = NLMSG_DATA(h);
struct rtattr *tb[UNIX_DIAG_MAX+1];