added missing return values

This commit is contained in:
Steffen Vogel 2015-07-20 00:22:15 +02:00
parent 2c73b80b3e
commit 8cfe47afb5

4
tc.c
View file

@ -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);
nl_cache_free(cache);
return 0;
}
int tc_print_stats(struct tc_stats *stats)
{
return 0;
}