nxt_application.h (1007:7435036ed31e) nxt_application.h (1182:325b315e48c4)
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_

--- 74 unchanged lines hidden (view full) ---

83 nxt_str_t name;
84 nxt_str_t type;
85 nxt_str_t user;
86 nxt_str_t group;
87
88 char *working_directory;
89 nxt_conf_value_t *environment;
90
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_

--- 74 unchanged lines hidden (view full) ---

83 nxt_str_t name;
84 nxt_str_t type;
85 nxt_str_t user;
86 nxt_str_t group;
87
88 char *working_directory;
89 nxt_conf_value_t *environment;
90
91 nxt_conf_value_t *isolation;
92
91 union {
92 nxt_external_app_conf_t external;
93 nxt_python_app_conf_t python;
94 nxt_php_app_conf_t php;
95 nxt_perl_app_conf_t perl;
96 nxt_ruby_app_conf_t ruby;
97 nxt_java_app_conf_t java;
98 } u;

--- 28 unchanged lines hidden ---
93 union {
94 nxt_external_app_conf_t external;
95 nxt_python_app_conf_t python;
96 nxt_php_app_conf_t php;
97 nxt_perl_app_conf_t perl;
98 nxt_ruby_app_conf_t ruby;
99 nxt_java_app_conf_t java;
100 } u;

--- 28 unchanged lines hidden ---