summaryrefslogtreecommitdiffstats
path: root/lib/route/cls/cgroup.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/route/cls/cgroup.c')
-rw-r--r--lib/route/cls/cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/route/cls/cgroup.c b/lib/route/cls/cgroup.c
index e5f38b8..36ff4d4 100644
--- a/lib/route/cls/cgroup.c
+++ b/lib/route/cls/cgroup.c
@@ -47,7 +47,7 @@ static int cgroup_msg_parser(struct rtnl_cls *cls)
struct nlattr *tb[TCA_CGROUP_MAX + 1];
int err;
- err = tca_parse(tb, TCA_CGROUP_MAX, (struct rtnl_tca *) cls,
+ err = tca_parse(tb, TCA_CGROUP_MAX, (struct rtnl_tc *) cls,
cgroup_policy);
if (err < 0)
return err;