]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: trace: rename trace.c to calltrace.c and mention it's not thread-safe
authorWilly Tarreau <w@1wt.eu>
Thu, 8 Aug 2019 14:53:40 +0000 (16:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Aug 2019 18:21:00 +0000 (20:21 +0200)
commit9eebd8a9782fb52a23b304d74e9e068a095caced
treee44e252b0f6570217c1dd41cecfa93e65370d179
parent32c24552e478f31192dc63975573bf2b6ea18267
REORG: trace: rename trace.c to calltrace.c and mention it's not thread-safe

The function call tracing code is a quite old and was never ported to
support threads. It's not even sure whether it still works well, but
at least its presence creates confusion for future work so let's rename
it to calltrace.c and add a comment about its lack of thread-safety.
Makefile
include/common/standard.h
src/calltrace.c [moved from src/trace.c with 98% similarity]