diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-02-13 23:09:53 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-02-13 23:09:53 +0300 |
commit | 1f2ccac34e77e42b47ae4dad2ba7b34690442108 (patch) | |
tree | d283b67b3fee1dd32f0b77969e4c605a05fa7aee /src/main.h | |
parent | 39e66c09606af51a877a672ba14a87ff984082ae (diff) | |
download | rspamd-1f2ccac34e77e42b47ae4dad2ba7b34690442108.tar.gz rspamd-1f2ccac34e77e42b47ae4dad2ba7b34690442108.zip |
* Remove unused field from task object
* Use separate hashes for blessing different object
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index fb64ffed4..b037ee8cd 100644 --- a/src/main.h +++ b/src/main.h @@ -191,7 +191,6 @@ struct worker_task { f_str_buf_t *msg; /**< message buffer */ struct bufferevent *bev; /**< buffered event for IO */ memcached_ctx_t *memc_ctx; /**< memcached context associated with task */ - unsigned memc_busy:1; /**< is memcached connection is busy XXX: fix this */ int parts_count; /**< mime parts count */ GMimeMessage *message; /**< message, parsed with GMime */ GList *parts; /**< list of parsed parts */ |