commit | 16c0d9cda0b4b4e148bbc1f2da0ac39ea26220ae | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu May 12 14:59:28 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue May 17 16:13:21 2022 +0200 |
tree | 23eaf1003704044068a16331b2500ad6b45d03cf | |
parent | ab5d1dceed7c780e1a28096523f76ce28843d31a [diff] |
MINOR: applet: Add appctx_init() helper fnuction It is just a helper function that call the .init applet callback function, if it exists. This will simplify a bit the init stage when a new applet is started. For now, this callback function is only used when a new service is started.