commit | 928068a74bf5ab63cd2b459db163ba3199fa36e9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 19 19:14:42 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 19 19:37:12 2020 +0200 |
tree | 1c574a5a3e9c147160f145567689b6c29eb76366 | |
parent | 9597cbd17a984852395ce7337ca245b7f9c84ac1 [diff] |
MINOR: ring: make the applet code not depend on the CLI The ring to applet communication was only made to deal with CLI functions but it's generic. Let's have generic appctx functions and have the CLI rely on these instead. This patch introduces ring_attach_appctx() and ring_detach_appctx().