From 5f25b69c03972b0adff6bc649e1922111d0ebb2b Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 21 Apr 2014 13:39:39 +0100 Subject: Refactor worker task structure and API. --- src/smtp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/smtp.h') diff --git a/src/smtp.h b/src/smtp.h index ab5bc9766..0f47cf0ee 100644 --- a/src/smtp.h +++ b/src/smtp.h @@ -73,7 +73,7 @@ struct smtp_session { enum rspamd_smtp_state state; enum rspamd_smtp_state upstream_state; struct rspamd_worker *worker; - struct worker_task *task; + struct rspamd_task *task; struct in_addr client_addr; gchar *hostname; gchar *error; -- cgit v1.2.3