Commit ae5a988a authored by Tristan Gingold's avatar Tristan Gingold

libwrtd wrtd_out_counters_reset: clear hits counter.

parent 7967daff
......@@ -923,6 +923,7 @@ int wrtd_out_counters_reset(struct wrtd_node *dev, unsigned int output)
if (err)
return err;
chan.stats.hits = 0;
chan.stats.miss_timeout = 0;
chan.stats.miss_deadtime = 0;
chan.stats.miss_no_timing = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment