The process type enum exposed to go module.

This commit is contained in:
Max Romanov
2017-08-29 14:18:00 -07:00
parent 6de7cc8634
commit 92f3b85298
6 changed files with 29 additions and 15 deletions

View File

@@ -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>