]> 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 10:26:22 +0000 (11:26 +0100)
commit02555bb7a5b808aac18be87f24c4093d06bf5c2e
tree08c5856893d2979f8f9b322516c56f7e1714a86c
parenta217737764b68c7211c1846483b4105e2342aebf
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
(cherry picked from commit 0fc98ef2d50476e330d90632d4164f94018eb7d4)
lib/isc/include/isc/types.h