]> source.dussan.org Git - rspamd.git/commit
Avoid using global 'counters' hash, include it in struct rspamd_main.
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Thu, 7 Jun 2012 15:06:09 +0000 (19:06 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Thu, 7 Jun 2012 15:06:09 +0000 (19:06 +0400)
commit73ded9877fc31f8c1ff5818b643edb7d7c4ea788
tree97a94ceb14fb963a61d414f3d20d44541a533fdb
parenta44b10c0a88a70921f1eec9ced4b3ef0f0e01b4e
Avoid using global 'counters' hash, include it in struct rspamd_main.
Move worker related utils to separate file and include it in rspamd-mime library.
Add some cross-dependencies.
CMakeLists.txt
lib/CMakeLists.txt
src/cdb/CMakeLists.txt
src/controller.c
src/json/CMakeLists.txt
src/lua/CMakeLists.txt
src/main.c
src/main.h
src/worker.c
src/worker_util.c [new file with mode: 0644]