commit | 6a22dcbe27e56be8941627181d360a1d3c73eef7 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER / OZON.IO <thierry.fournier@ozon.io> | Sat Nov 12 10:51:33 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Nov 18 14:32:03 2016 +0100 |
tree | 84bd0180b1bb36bb65be4982388f3043a301d135 | |
parent | ef8f4fe12d03d6e015b6e5bfa0a9d063cff83b89 [diff] |
MINOR: cli: add private pointer and release function This pointer will be used for storing private context. With this, the same executed function can handle more than one keyword. This will be very useful for creation Lua cli bindings. The release function is called when the command is terminated (give back the hand to the prompt) or when the session is broken (timeout or client closed).