summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_main.h
diff options
context:
space:
mode:
authorMax Romanov <max.romanov@nginx.com>2017-08-29 14:18:00 -0700
committerMax Romanov <max.romanov@nginx.com>2017-08-29 14:18:00 -0700
commit92f3b852981c739a2e6ff6d50dc646fe86031b27 (patch)
tree4d6277f1e9e6a39a7250a181acb4697ee4b034bd /src/nxt_main.h
parent6de7cc86344fff319d47f4e3656b7df2bef3283a (diff)
downloadunit-92f3b852981c739a2e6ff6d50dc646fe86031b27.tar.gz
unit-92f3b852981c739a2e6ff6d50dc646fe86031b27.tar.bz2
The process type enum exposed to go module.
Diffstat (limited to 'src/nxt_main.h')
-rw-r--r--src/nxt_main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nxt_main.h b/src/nxt_main.h
index b8ebfc93..a0be58a1 100644
--- a/src/nxt_main.h
+++ b/src/nxt_main.h
@@ -56,6 +56,7 @@ typedef uint16_t nxt_port_id_t;
#include <nxt_timer.h>
#include <nxt_fiber.h>
#include <nxt_thread.h>
+#include <nxt_process_type.h>
#include <nxt_process.h>
#include <nxt_utf8.h>
#include <nxt_file_name.h>