commit | b2ccb5644bb180236ce88eb3073191a5dd70ae7d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Apr 06 11:11:15 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 06 11:11:15 2015 +0200 |
tree | 3ce3b2308b7fde21c405b413f0c29f0b7e5ab853 | |
parent | de49138b9ca56406bffaceb9f32c61442a1a18d3 [diff] |
CLEANUP: hlua: stop using variable name "s" alternately for hlua_txn and hlua_smp hlua_run_sample_fetch() uses "struct hlua_smp *s" which starts to become confusing when "s->s" is used, then hlua_txn_close() uses this for struct hlua_txn with the same "s->s" everywhere. Let's uniformize everything with htxn and hsmp as in other places.