Pablo Neira Ayuso 80d326fab5 netlink: add netlink_dump_control structure for netlink_dump_start()
Davem considers that the argument list of this interface is getting
out of control. This patch tries to address this issue following
his proposal:

struct netlink_dump_control c = { .dump = dump, .done = done, ... };

netlink_dump_start(..., &c);

Suggested by David S. Miller.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-02-26 14:10:06 -05:00
..
2008-07-14 23:48:44 -07:00
2011-07-18 21:04:30 -07:00
2012-01-03 21:04:18 -08:00
2012-01-08 14:05:48 -08:00
2006-09-22 15:22:46 -07:00
2008-07-14 23:48:44 -07:00
2011-05-20 11:46:11 -07:00
2012-01-04 09:17:45 -08:00