haproxy/include/types
Willy Tarreau 172f5ce948 MINOR: initcall: use initcalls for most post_{check,deinit} and per_thread*
Most calls to hap_register_post_check(), hap_register_post_deinit(),
hap_register_per_thread_init(), hap_register_per_thread_deinit() can
be done using initcalls and will not require a constructor anymore.
Let's create a set of simplified macros for this, called respectively
REGISTER_POST_CHECK, REGISTER_POST_DEINIT, REGISTER_PER_THREAD_INIT,
and REGISTER_PER_THREAD_DEINIT.

Some files were not modified because they wouldn't benefit from this
or because they conditionally register (e.g. the pollers).
2018-11-26 19:50:32 +01:00
..
acl.h
action.h
activity.h MINOR: activity: report the average loop time in "show activity" 2018-11-22 11:48:41 +01:00
applet.h
arg.h
auth.h
backend.h
cache.h
capture.h
channel.h
checks.h
cli.h
compression.h
connection.h MINOR: conn_stream: Add a flag to notify the SI some data were received 2018-11-18 21:45:49 +01:00
counters.h
dns.h CLEANUP: Fix typos in the dns subsystem 2018-11-18 22:23:15 +01:00
fd.h
filters.h CLEANUP: Fix typos in the filters subsystem 2018-11-18 22:26:42 +01:00
freq_ctr.h
global.h MINOR: initcall: use initcalls for most post_{check,deinit} and per_thread* 2018-11-26 19:50:32 +01:00
h1.h
hdr_idx.h
hlua.h
http_htx.h MINOR: http_htx: Add functions to manipulate HTX messages in http_htx.c 2018-11-18 22:08:53 +01:00
htx.h MEDIUM: htx: Add API to deal with the internal representation of HTTP messages 2018-11-18 22:08:53 +01:00
lb_chash.h
lb_fas.h
lb_fwlc.h
lb_fwrr.h
lb_map.h
listener.h MEDIUM: listeners: support unstoppable listener 2018-11-16 17:05:40 +01:00
log.h
mailers.h
map.h
obj_type.h
pattern.h
peers.h
pipe.h
port_range.h
proto_http.h CLEANUP: fix typos in the proto_http subsystem 2018-11-18 22:23:15 +01:00
proto_udp.h
protocol.h
proxy.h REORG: config: extract the proxy parser into cfgparse-listen.c 2018-11-19 06:47:09 +01:00
queue.h
sample.h
server.h MINOR: server: Add "alpn" and "npn" keywords. 2018-11-22 19:50:08 +01:00
session.h MINOR: sessions: Start to store the outgoing connection in sessions. 2018-11-18 21:44:56 +01:00
shctx.h
signal.h
spoe.h
ssl_sock.h
stats.h MINOR: polling: add an option to support busy polling 2018-11-22 19:47:30 +01:00
stick_table.h
stream.h
stream_interface.h MINOR: stream-int: replace SI_FL_WANT_PUT with !SI_FL_RX_WAIT_EP 2018-11-18 21:41:46 +01:00
task.h MEDIUM: tasks: collect per-task CPU time and latency 2018-11-22 15:44:21 +01:00
template.h
vars.h