diff options
Diffstat (limited to 'src/fuzzy_storage.h')
-rw-r--r-- | src/fuzzy_storage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fuzzy_storage.h b/src/fuzzy_storage.h index 533ecaf13..b03acfacb 100644 --- a/src/fuzzy_storage.h +++ b/src/fuzzy_storage.h @@ -18,11 +18,11 @@ struct fuzzy_cmd { struct fuzzy_session { struct rspamd_worker *worker; - struct event ev; struct fuzzy_cmd cmd; - struct timeval tv; int fd; u_char *pos; + int salen; + struct sockaddr sa; }; void start_fuzzy_storage (struct rspamd_worker *worker); |