]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: trace.c: rdtsc() is defined in two files
authorWilliam Lallemand <wlallemand@irq6.net>
Sat, 9 Apr 2016 19:27:21 +0000 (21:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 9 Apr 2016 20:27:01 +0000 (22:27 +0200)
commit0567fa3af5037bc0f2695b802b72035ae2b2e431
tree2239cc483b57d7b16b925ed31d684fa6f62255df
parent0e00dca58b53404f166420c9e6b48522dfe9884c
BUG/MEDIUM: trace.c: rdtsc() is defined in two files

The rdtsc() function provided in standard.h forbid trace.c to compile
because it's already defined there.
src/trace.c