]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move time.h from common/ to haproxy/
authorWilly Tarreau <w@1wt.eu>
Mon, 1 Jun 2020 09:05:15 +0000 (11:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:56 +0000 (10:18 +0200)
commit92b4f1372e54964283c51a1bde079e03dd927890
treefab8156633b56ca4a3b61635acb35c75f8c943b8
parentaf613e8359496e5f8217a9f0634738c12d21a953
REORG: include: move time.h from common/ to haproxy/

This one is included almost everywhere and used to rely on a few other
.h that are not needed (unistd, stdlib, standard.h). It could possibly
make sense to split it into multiple parts to distinguish operations
performed on timers and the internal time accounting, but at this point
it does not appear much important.
46 files changed:
contrib/mod_defender/defender.c
contrib/modsecurity/modsec_wrapper.c
include/haproxy/time.h [moved from include/common/time.h with 98% similarity]
include/proto/activity.h
include/proto/backend.h
include/proto/channel.h
include/proto/fd.h
include/proto/freq_ctr.h
include/proto/peers.h
include/proto/proxy.h
include/proto/server.h
include/proto/stick_table.h
src/backend.c
src/calltrace.c
src/cfgparse.c
src/checks.c
src/cli.c
src/dns.c
src/ev_epoll.c
src/ev_evports.c
src/ev_kqueue.c
src/ev_poll.c
src/ev_select.c
src/flt_spoe.c
src/flt_trace.c
src/freq_ctr.c
src/frontend.c
src/haproxy.c
src/hlua_fcn.c
src/listener.c
src/log.c
src/peers.c
src/proto_sockpair.c
src/proto_uxst.c
src/proxy.c
src/queue.c
src/raw_sock.c
src/server.c
src/sink.c
src/ssl_sock.c
src/stats.c
src/stick_table.c
src/stream_interface.c
src/task.c
src/tcp_rules.c
src/time.c