CLEANUP: clock: stop exporting before_poll and after_poll
authorWilly Tarreau <w@1wt.eu>
Fri, 8 Oct 2021 09:38:30 +0000 (11:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 8 Oct 2021 15:22:26 +0000 (17:22 +0200)
commit2c6a998727bc5e322a58593f64bdffa2cd21999c
treec81fe2e1eeec4845a3feef5512e1b95119d4f439
parent20adfde9c848e5c7ef54e28bf0cc9578ed7f3171
CLEANUP: clock: stop exporting before_poll and after_poll

We don't need to export them anymore so let's make them static.
include/haproxy/clock.h
src/clock.c