commit | cfbd1b86057462bba33d363dd5aa08abd172dc9e | [log] [tgz] |
---|---|---|
author | Baptiste Assmann <bedis9@gmail.com> | Sat May 02 09:00:23 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 12 10:44:13 2015 +0200 |
tree | 4fb4acf17235bd39b188e8dc706274d646e34e45 | |
parent | 96a5c9b57738c05ecce7822093b9c4118123dc1e [diff] |
MINOR: use an int instead of calling tcpcheck_get_step_id in src.checks.c, the function tcpcheck_get_step_id is called many times. In order to save some cpu cycles, I save the result of this function in an integer.