MINOR: filters: Add check_timeouts callback to handle timers expiration on streams
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 10 Nov 2016 13:58:05 +0000 (14:58 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 21 Nov 2016 14:29:58 +0000 (15:29 +0100)
commita00d817abad610c66a607c50298b579e85981e9e
tree10f6587c945643b0d707de678e649a11baed1e44
parent8dc7316a6fa8cc6f3a60456376c8a13a6902a5be
MINOR: filters: Add check_timeouts callback to handle timers expiration on streams

A filter can now be notified when a stream is woken up because of an expired
timer.

The documentation and the TRACE filter have been updated.
doc/internals/filters.txt
include/proto/filters.h
include/types/filters.h
src/filters.c
src/flt_trace.c
src/stream.c