]> git.gsnw.org Git - fping.git/commit
use function stats_reset_interval()
authorErik Auerswald <auerswal@unix-ag.uni-kl.de>
Sat, 17 Feb 2024 16:34:57 +0000 (17:34 +0100)
committerDavid Schweikert <david@schweikert.ch>
Tue, 20 Feb 2024 08:41:16 +0000 (09:41 +0100)
commit266eb16568dfccc4ff3395512f0b52cbcc7ea293
tree17af8760a16de9860ffd7ed47c7f33cd3bab2663
parentc138b081413d0dc2735997e68c722ec65b8dee62
use function stats_reset_interval()

Git commit bb8d71ef27f673f25c7e1648ea982c27bb61ac0d from 2020 among many
other things introduced the function stats_reset_interval() to reset the
*_i interval (or split) host statistics, but did not use it.  This commit
replaces the open coded reset of interval stats inside print_host_splits()
and print_netdata() with calling stats_reset_interval().
src/fping.c