]> git.ipfire.org Git - thirdparty/bind9.git/commit
Change the isc_statscounter_t type from int to C99 int_fast64_t type
authorDiego Fronza <diego@isc.org>
Tue, 5 Nov 2019 20:48:47 +0000 (17:48 -0300)
committerOndřej Surý <ondrej@sury.org>
Wed, 6 Nov 2019 07:43:46 +0000 (08:43 +0100)
commit0fc98ef2d50476e330d90632d4164f94018eb7d4
treede1ddc7033c75df9b345f6026e6fdfd180657e8c
parent5d4182c945e0be87b290563eb1482277af21d940
Change the isc_statscounter_t type from int to C99 int_fast64_t type

For TCP high-water work, we need to keep the used integer types widths
in sync.

Note: int_fast32_t is used on WIN32 platform
lib/isc/include/isc/types.h