Deleted Added
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;
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 ---