commit | e6313a37d6c5db34a5a0338e1220b031381d2518 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Jun 29 13:47:25 2008 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Jun 29 13:47:25 2008 +0200 |
tree | b44990616af3cd3fcbf1180e6e91df29563f9b1f | |
parent | e62bdd40268d8f268e694cace998537f4cc0f508 [diff] |
[MINOR] introduce now_ms, the current date in milliseconds This new time value will be used to compute timeouts and wait queue positions. The operation is made once for all when time is retrieved. A future improvement might consist in having it in ticks of 1/1024 second and to convert all timeouts into ticks.