summaryrefslogtreecommitdiffstats
path: root/src/libserver/cfg_file.h
diff options
context:
space:
mode:
authorMikhail Galanin <mgalanin@mimecast.com>2018-08-08 09:01:49 +0100
committerMikhail Galanin <mgalanin@mimecast.com>2018-08-08 09:06:27 +0100
commit2c501018c04ca0a972c600b1324be21545e9f133 (patch)
tree7b7b81462669ae5a7c52d1956ba525e1022c5400 /src/libserver/cfg_file.h
parent77d8a4588723e97c6f6a3cfef584a6ef5516b951 (diff)
downloadrspamd-2c501018c04ca0a972c600b1324be21545e9f133.tar.gz
rspamd-2c501018c04ca0a972c600b1324be21545e9f133.zip
[Project] coroutine threaded model for API calls: thread pool
Diffstat (limited to 'src/libserver/cfg_file.h')
-rw-r--r--src/libserver/cfg_file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libserver/cfg_file.h b/src/libserver/cfg_file.h
index 75b404530..c583766c4 100644
--- a/src/libserver/cfg_file.h
+++ b/src/libserver/cfg_file.h
@@ -380,6 +380,7 @@ struct rspamd_config {
gchar * checksum; /**< real checksum of config file */
gchar * dump_checksum; /**< dump checksum of config file */
gpointer lua_state; /**< pointer to lua state */
+ gpointer lua_thread_pool; /**< pointer to lua thread (coroutine) pool */
gchar * rrd_file; /**< rrd file to store statistics */
gchar * history_file; /**< file to save rolling history */