haproxy/include
Willy Tarreau 8fb12c4b61 [MINOR] stick-table: use suffix "_cnt" for cumulated counts
The "_cnt" suffix is already used by ACLs to count various data,
so it makes sense to use the same one in "conn_cnt" instead of
"conn_cum" to count cumulated connections.

This is not a problem because no version was emitted with those
keywords.

Thus we'll try to stick to the following rules :

  xxxx_cnt : cumulated event count for criterion xxxx
  xxxx_cur : current number of concurrent entries for criterion xxxx
  xxxx_rate: event rate for criterion xxxx
2010-08-10 18:04:12 +02:00
..
common [MINOR] tools: add a get_std_op() function to parse operators 2010-08-10 14:03:25 +02:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [MINOR] stick-table: provide a table lookup function 2010-08-10 18:04:12 +02:00
types [MINOR] stick-table: use suffix "_cnt" for cumulated counts 2010-08-10 18:04:12 +02:00