summaryrefslogtreecommitdiffstats
path: root/src/task.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-04-21 15:04:18 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-04-21 15:04:18 +0100
commitb8f84a8d97210e9a2df04ad4687624a30d62a1a4 (patch)
treec416209dcbcda6422e17caff4c6dbb6f450efa35 /src/task.h
parentb9a379e9d6b05b0f558ad052389fdb5384b189a8 (diff)
downloadrspamd-b8f84a8d97210e9a2df04ad4687624a30d62a1a4.tar.gz
rspamd-b8f84a8d97210e9a2df04ad4687624a30d62a1a4.zip
Deprecate views: never ever being used.
Diffstat (limited to 'src/task.h')
-rw-r--r--src/task.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/task.h b/src/task.h
index 21948e117..2a543f5e7 100644
--- a/src/task.h
+++ b/src/task.h
@@ -58,8 +58,6 @@ struct custom_command {
protocol_reply_func func;
};
-struct rspamd_view;
-
/**
* Worker task structure
*/
@@ -122,9 +120,7 @@ struct rspamd_task {
struct timespec ts; /**< time of connection */
#endif
struct timeval tv; /**< time of connection */
- struct rspamd_view *view; /**< matching view */
guint32 scan_milliseconds; /**< how much milliseconds passed */
- gboolean view_checked;
gboolean pass_all_filters; /**< pass task throught every rule */
gboolean no_log; /**< do not log or write this task to the history */
guint32 parser_recursion; /**< for avoiding recursion stack overflow */