commit | 76824a8c99c69fad7e70b0914c21ac335959771e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jun 02 10:38:48 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jun 02 10:38:48 2019 +0200 |
tree | 2da15971e1c85207ef2659901e4e5268a023eb75 | |
parent | 2a54bb74cd7eaec573941a74b165d3586a8ea528 [diff] |
BUILD: contrib/prometheus: fix build breakage caused by move of idle_pct The idle_pct thread-local variable was moved to struct thread_info by commit 81036f2 ("MINOR: time: move the cpu, mono, and idle time to thread_info") but not updated in service-prometheus.c, thus breaking it. No backport is needed. This fixes GH issue #110.