diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2012-01-16 20:59:37 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2012-01-16 20:59:37 +0400 |
commit | 9bacf0d835d66aaddcdb9e664a34364f25ed2554 (patch) | |
tree | 8aa7287724a3abce1b6b63dc7215e101d44eb87d /src/fuzzy_storage.h | |
parent | 9f2cb66ccbce8cd0fb659b79063bcebf1d816a1d (diff) | |
download | rspamd-9bacf0d835d66aaddcdb9e664a34364f25ed2554.tar.gz rspamd-9bacf0d835d66aaddcdb9e664a34364f25ed2554.zip |
* Introduce new system of worker's and modules initialization:
- Removed legacy limitation of worker's types;
- Using GQuarks to identify workers and modules;
- Remove modules.sh script;
- Add a common system of workers and modules;
- Write management and configuration for new architecture.
Diffstat (limited to 'src/fuzzy_storage.h')
-rw-r--r-- | src/fuzzy_storage.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fuzzy_storage.h b/src/fuzzy_storage.h index f5196b1d6..2e60670df 100644 --- a/src/fuzzy_storage.h +++ b/src/fuzzy_storage.h @@ -27,7 +27,4 @@ struct fuzzy_session { struct sockaddr_storage sa; }; -gpointer init_fuzzy_storage (void); -void start_fuzzy_storage (struct rspamd_worker *worker); - #endif |