Introduced module compatibility vector.

This commit is contained in:
Igor Sysoev
2017-08-31 00:42:12 +03:00
parent 3f10b05de9
commit 6160683544
7 changed files with 50 additions and 5 deletions

View File

@@ -14,6 +14,8 @@ static nxt_int_t nxt_go_run(nxt_task_t *task,
nxt_app_rmsg_t *rmsg, nxt_app_wmsg_t *msg);
nxt_application_module_t nxt_go_module = {
0,
NULL,
nxt_string("go"),
nxt_string("go"),
nxt_go_init,