Deleted
Added
nxt_application.h (1681:542b5b8c0647) | nxt_application.h (1684:a10e10f3071f) |
---|---|
1 2/* 3 * Copyright (C) Max Romanov 4 * Copyright (C) Valentin V. Bartenev 5 * Copyright (C) NGINX, Inc. 6 */ 7 8#ifndef _NXT_APPLICATION_H_INCLUDED_ --- 63 unchanged lines hidden (view full) --- 72} nxt_ruby_app_conf_t; 73 74 75typedef struct { 76 nxt_conf_value_t *classpath; 77 char *webapp; 78 nxt_conf_value_t *options; 79 char *unit_jars; | 1 2/* 3 * Copyright (C) Max Romanov 4 * Copyright (C) Valentin V. Bartenev 5 * Copyright (C) NGINX, Inc. 6 */ 7 8#ifndef _NXT_APPLICATION_H_INCLUDED_ --- 63 unchanged lines hidden (view full) --- 72} nxt_ruby_app_conf_t; 73 74 75typedef struct { 76 nxt_conf_value_t *classpath; 77 char *webapp; 78 nxt_conf_value_t *options; 79 char *unit_jars; |
80 uint32_t threads; 81 uint32_t thread_stack_size; |
|
80} nxt_java_app_conf_t; 81 82 83struct nxt_common_app_conf_s { 84 nxt_str_t name; 85 nxt_str_t type; 86 nxt_str_t user; 87 nxt_str_t group; --- 48 unchanged lines hidden --- | 82} nxt_java_app_conf_t; 83 84 85struct nxt_common_app_conf_s { 86 nxt_str_t name; 87 nxt_str_t type; 88 nxt_str_t user; 89 nxt_str_t group; --- 48 unchanged lines hidden --- |