summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_router.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2017-08-29 02:59:35 +0300
committerIgor Sysoev <igor@sysoev.ru>2017-08-29 02:59:35 +0300
commit9d487df10df5000a84c9c1a75fff0cff525d4454 (patch)
tree68096193339f4a25bfac7d79f5c0a218f74bec7b /src/nxt_router.h
parent946867febe29568418bfa146518ff7f97072dd67 (diff)
downloadunit-9d487df10df5000a84c9c1a75fff0cff525d4454.tar.gz
unit-9d487df10df5000a84c9c1a75fff0cff525d4454.tar.bz2
The master process has been renamed to the main process.
Diffstat (limited to 'src/nxt_router.h')
-rw-r--r--src/nxt_router.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_router.h b/src/nxt_router.h
index 6e44f1d8..7071f8c3 100644
--- a/src/nxt_router.h
+++ b/src/nxt_router.h
@@ -10,7 +10,7 @@
#include <nxt_main.h>
#include <nxt_runtime.h>
-#include <nxt_master_process.h>
+#include <nxt_main_process.h>
#include <nxt_application.h>