]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add a function isc_stats_resize
authorMatthijs Mekking <matthijs@isc.org>
Thu, 19 Aug 2021 11:38:51 +0000 (13:38 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 24 Aug 2021 07:07:15 +0000 (09:07 +0200)
commit9acce8a82abec4b88630c1d05a18a44ebb051ecb
tree3dc62e6956f52461f7ded89935d1a7c2ba2fc15b
parent0bac9c7c5ca73a5a81c6d28ad9e6160591517ced
Add a function isc_stats_resize

Add a new function to resize the number of counters in a statistics
counter structure. This will be needed when we keep track of DNSSEC
sign statistics and new keys are introduced due to a rollover.
lib/isc/include/isc/stats.h
lib/isc/stats.c
lib/isc/tests/stats_test.c