summaryrefslogtreecommitdiff
path: root/src/imap/ngx_imap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/imap/ngx_imap.c')
-rw-r--r--src/imap/ngx_imap.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/imap/ngx_imap.c b/src/imap/ngx_imap.c
index aa28b2d6a..b8a75ad2b 100644
--- a/src/imap/ngx_imap.c
+++ b/src/imap/ngx_imap.c
@@ -41,8 +41,14 @@ ngx_module_t ngx_imap_module = {
&ngx_imap_module_ctx, /* module context */
ngx_imap_commands, /* module directives */
NGX_CORE_MODULE, /* module type */
+ NULL, /* init master */
NULL, /* init module */
- NULL /* init process */
+ NULL, /* init process */
+ NULL, /* init thread */
+ NULL, /* exit thread */
+ NULL, /* exit process */
+ NULL, /* exit master */
+ NGX_MODULE_V1_PADDING
};