aboutsummaryrefslogtreecommitdiffstats
path: root/bridge
diff options
context:
space:
mode:
authorNicolas Dichtel <nicolas.dichtel@6wind.com>2015-05-20 16:19:58 +0200
committerStephen Hemminger <shemming@brocade.com>2015-05-21 15:28:56 -0700
commit0628cddd9d5c0cb9ed0e0aba136e50de93487150 (patch)
treeefc3ff63fd95eab0201d461f2c8abbbb883f5f78 /bridge
parent2503247d58c36f9197144790455626bae105342a (diff)
downloadplatform_external_iproute2-0628cddd9d5c0cb9ed0e0aba136e50de93487150.tar.gz
platform_external_iproute2-0628cddd9d5c0cb9ed0e0aba136e50de93487150.tar.bz2
platform_external_iproute2-0628cddd9d5c0cb9ed0e0aba136e50de93487150.zip
libnetlink: introduce rtnl_listen_filter_t
There is no functional change with this commit. It only prepares the next one. Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Diffstat (limited to 'bridge')
-rw-r--r--bridge/monitor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bridge/monitor.c b/bridge/monitor.c
index 9e1ed48c..d8341ec5 100644
--- a/bridge/monitor.c
+++ b/bridge/monitor.c
@@ -36,6 +36,7 @@ static void usage(void)
}
static int accept_msg(const struct sockaddr_nl *who,
+ struct rtnl_ctrl_data *ctrl,
struct nlmsghdr *n, void *arg)
{
FILE *fp = arg;