haproxy/include
Willy Tarreau 3b88d441e9 [MINOR] switch all stat counters to 64-bit
The byte counters have long been 64-bit to avoid overflows. But with
several sites nowadays, we see session counters wrap around every 10-days
or so. So it was the moment to switch counters to 64-bit, including
error and warning counters which can theorically rise as fast as session
counters even if in practice there is very low risk.

The performance impact should not be noticeable since those counters are
only updated once per session. The stats output have been carefully checked
for proper types on both 32- and 64-bit platforms.
2009-04-11 20:44:08 +02:00
..
common [MINOR] improve reporting of misplaced acl/reqxxx rules 2009-03-31 10:49:21 +02:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [BUILD] add format(printf) to printf-like functions 2009-04-03 12:01:47 +02:00
types [MINOR] switch all stat counters to 64-bit 2009-04-11 20:44:08 +02:00