Introducing application prototype processes.
This commit is contained in:
@@ -54,6 +54,7 @@ struct nxt_runtime_s {
|
||||
uint8_t daemon;
|
||||
uint8_t batch;
|
||||
uint8_t status;
|
||||
uint8_t is_pid_isolated;
|
||||
|
||||
const char *engine;
|
||||
uint32_t engine_connections;
|
||||
@@ -95,6 +96,7 @@ nxt_int_t nxt_runtime_thread_pool_create(nxt_thread_t *thr, nxt_runtime_t *rt,
|
||||
|
||||
|
||||
void nxt_runtime_process_add(nxt_task_t *task, nxt_process_t *process);
|
||||
void nxt_runtime_process_remove(nxt_runtime_t *rt, nxt_process_t *process);
|
||||
|
||||
nxt_process_t *nxt_runtime_process_find(nxt_runtime_t *rt, nxt_pid_t pid);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user