commit | 8d7d1497e0d34fb1b78ea0a9ce4ac1999140d6aa | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Apr 29 10:50:43 2007 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Apr 29 13:44:43 2007 +0200 |
tree | 12c0d2920214359b05eacc7d15ccfe9e6bffe314 | |
parent | a6a6a93e5609e7aaab31af58aaada2221ef78ec4 [diff] |
[MEDIUM] implement and use tv_cmp2_le instead of tv_cmp2_ms tv_cmp2_ms handles multiple combinations of tv1 and tv2, but only one form is used: (tv1 <= tv2). So it is overkill to use it everywhere. A new function designed to do exactly this has been written for that purpose: tv_cmp2_le. Also, removed old unused tv_* functions.