commit | a24bc78ad4148cf4ce6d44c7e9771298386253af | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Dec 14 15:50:35 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 14 16:48:16 2016 +0100 |
tree | 4cbf140e2135b75f47f6734672eee2977006dfd8 | |
parent | 8ae4f7533d5dfe01c2fa15c4b1b803bc3aa7beaf [diff] |
CLEANUP: applet/table: add an "action" entry in ->table context Just like previous patch, this was the only other user of the "private" field of the applet. It used to store a copy of the keyword's action. Let's just put it into ->table->action and use it from there. It also slightly simplifies the code by removing a few pointer to integer casts.