haproxy/include
Willy Tarreau bb519c7cd1 MINOR: tools: add very basic support for composite pointers
Very often we want to associate one or two flags to a pointer, to
put a type on it or whatever. This patch provides this in standard.h
in the form of a few inline functions which combine a void * pointer
with an int and return an unsigned long called a composite address.
The functions allow to individuall set, retrieve both the pointer and
the flags. This is very similar to what is used in ebtree in fact.
2014-01-28 23:34:45 +01:00
..
common MINOR: tools: add very basic support for composite pointers 2014-01-28 23:34:45 +01:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto BUG/MEDIUM: counters: flush content counters after each request 2014-01-28 21:40:28 +01:00
types BUG/MEDIUM: counters: flush content counters after each request 2014-01-28 21:40:28 +01:00