commit | f0e5da20e1a6e9b532f7de66079da5fa53e9d01c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 01 12:26:03 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 01 12:26:03 2020 +0200 |
tree | 227bce67be314094c2093f6dc86141cd0190937e | |
parent | ff64d3b027d968a29b5bac55121bbce591fe54b2 [diff] |
BUG/MINOR: debug: properly use long long instead of long for the thread ID I changed my mind twice on this one and pushed after the last test with threads disabled, without re-enabling long long, causing this rightful build warning. This needs to be backported if the previous commit ff64d3b027 ("MINOR: threads: export the POSIX thread ID in panic dumps") is backported as well.