]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: time: move the cpu, mono, and idle time to thread_info
authorWilly Tarreau <w@1wt.eu>
Mon, 20 May 2019 17:24:50 +0000 (19:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 20 May 2019 19:14:14 +0000 (21:14 +0200)
commit81036f273824704ed0038de94f46101b9af1d61b
tree92b3cf69dae3d86ff7998e7f167a7a4cb78b3ee7
parent8323a375bc1e78b8078674b45b967687a7752005
MINOR: time: move the cpu, mono, and idle time to thread_info

These ones are useful across all threads and would be better placed
in struct thread_info than thread-local. There are very few users.
include/common/hathreads.h
include/common/time.h
include/proto/activity.h
src/compression.c
src/flt_http_comp.c
src/stats.c
src/time.c