diff options
Diffstat (limited to 'src/buffer.h')
-rw-r--r-- | src/buffer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h index 9f3897d1c..cbb6c190a 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -50,6 +50,7 @@ typedef struct rspamd_io_dispatcher_s { size_t file_size; int sendfile_fd; gboolean in_sendfile; /**< whether buffer is in sendfile mode */ + gboolean strip_eol; /**< strip or not line ends in BUFFER_LINE policy */ #ifndef HAVE_SENDFILE void *map; #endif |