haproxy/include
Willy Tarreau 60409db0b1 MINOR: lua: export applet and task handlers
The current functions are seen outside from the debugging code and are
convenient to export so that we can improve the thread dump output :

  void hlua_applet_tcp_fct(struct appctx *ctx);
  void hlua_applet_http_fct(struct appctx *ctx);
  struct task *hlua_process_task(struct task *task, void *context, unsigned short state);

Of course they are only available when USE_LUA is defined.
2019-08-21 14:32:09 +02:00
..
common MINOR: tools: add append_prefixed_str() 2019-08-21 14:32:09 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: lua: export applet and task handlers 2019-08-21 14:32:09 +02:00
types MINOR: cli: add two new states to print messages on the CLI 2019-08-09 10:11:38 +02:00