added missing return values
This commit is contained in:
parent
05d0052b9e
commit
b0d23d852c
1 changed files with 3 additions and 1 deletions
|
@ -133,9 +133,11 @@ int tc_get_stats(struct nl_sock *sock, struct rtnl_tc *tc, struct tc_stats *stat
|
||||||
counters[i] = rtnl_tc_get_stat(tc, i);
|
counters[i] = rtnl_tc_get_stat(tc, i);
|
||||||
|
|
||||||
nl_cache_free(cache);
|
nl_cache_free(cache);
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int tc_print_stats(struct tc_stats *stats)
|
int tc_print_stats(struct tc_stats *stats)
|
||||||
{
|
{
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue