]> 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 11:35:33 +0000 (12:35 +0100)
commite4ebeff0e43d18d4cd85e35a25d31b7cb1eb8357
tree06f9b7f2ce490cb609735d38868c6acee9277b2e
parent246881702952d9bad4f20a6b7c900a91e39b031e
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