commit | f1fd9dc8fba205fb2e33a51011cb4c1e4c7fcf36 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Apr 24 20:47:57 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Apr 24 21:25:50 2014 +0200 |
tree | 9fe8db40a0f84856e2227507c4d3e03236b472b8 | |
parent | cce3648e89a39de997082acc49efa1fc9b80cd7e [diff] |
CLEANUP: general: get rid of all old occurrences of "session *t" All the code inherited from version 1.1 still holds a lot ot sessions called "t" because in 1.1 they were tasks. This naming is very annoying and sometimes even confusing, for example in code involving tables. Let's get rid of this once for all and before 1.5-final. Nothing changed beyond just carefully renaming these variables.