Added the debug option to module compatibility vector.

This commit is contained in:
Igor Sysoev
2017-10-18 18:05:51 +03:00
parent 67c066b026
commit 3c6edead25
4 changed files with 13 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ static nxt_application_module_t *nxt_app;
static uint32_t compat[] = {
NXT_VERNUM,
NXT_VERNUM, NXT_DEBUG,
};