commit | 7e9c4ae4de3e7dc36058763fd70aa0bb28541d0c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 17 14:31:19 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Oct 17 19:59:43 2018 +0200 |
tree | 9d96f8a876c4562fc3a2969bfc0a75f580cff18e | |
parent | f37ba94768b0890374e26b64fb8a0fae0a504bf5 [diff] |
MINOR: poller: move time and date computation out of the pollers By placing this code into time.h (tv_entering_poll() and tv_leaving_poll()) we can remove the logic from the pollers and prepare for extending this to offer more accurate time measurements.