added missing return values

This commit is contained in:
Steffen Vogel 2015-07-20 00:22:15 +02:00
parent 05d0052b9e
commit b0d23d852c
1 changed files with 3 additions and 1 deletions

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;
}