]> source.dussan.org Git - rspamd.git/commit
* Now it is possible to specify local functions to every callback of rspamd lua API,
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Wed, 14 Dec 2011 17:41:34 +0000 (20:41 +0300)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Wed, 14 Dec 2011 17:41:34 +0000 (20:41 +0300)
commita9b60057092bcb44934ff515bbf034a6142024a4
tree2f347ef43d85ef78af1bd899c62f4d6a4c70fe1d
parent78f53ec59aed754795c0d9195a05839adc306ea5
* Now it is possible to specify local functions to every callback of rspamd lua API,
  that will allow such things as passing different variables via lua closures
  mechanic.

Use config pool for configuration allocation in lua API to avoid leaks on config reload.
src/lua/lua_common.h
src/lua/lua_config.c
src/lua/lua_task.c