Runtime processes protected with mutex.

This commit is contained in:
Max Romanov
2017-08-02 13:22:07 +03:00
parent 021a84019f
commit f23f985899
8 changed files with 106 additions and 68 deletions

View File

@@ -57,6 +57,7 @@ typedef struct {
nxt_pid_t pid;
nxt_queue_t ports; /* of nxt_port_t */
nxt_bool_t ready;
nxt_bool_t registered;
nxt_uint_t port_cleanups;
nxt_process_init_t *init;