]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[OPTIM] counters: move some max numbers to the counters struct
authorWilly Tarreau <w@1wt.eu>
Sun, 4 Oct 2009 21:12:44 +0000 (23:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 4 Oct 2009 21:26:19 +0000 (23:26 +0200)
commitac68c5d92c5cb42b2e2630731eb2faad92c83e72
tree3c269e119eb596d6e3b12930ccf1984befed21c8
parent53fb4ae261b6e0e33e618f5cabbacc1657c19cc5
[OPTIM] counters: move some max numbers to the counters struct

There are a few remaining max values that need to move to counters.
Also, the counters are more often used than some config information,
so get them closer to the other useful struct members for better cache
efficiency.
include/proto/proxy.h
include/proto/server.h
include/types/counters.h
include/types/proxy.h
include/types/server.h
src/backend.c
src/dumpstats.c
src/queue.c