nxt_application.h (1689:e0d01647db76) nxt_application.h (1697:73a335d2911d)
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_

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

46} nxt_external_app_conf_t;
47
48
49typedef struct {
50 char *home;
51 nxt_str_t path;
52 nxt_str_t module;
53 char *callable;
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_

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

46} nxt_external_app_conf_t;
47
48
49typedef struct {
50 char *home;
51 nxt_str_t path;
52 nxt_str_t module;
53 char *callable;
54 nxt_str_t protocol;
54 uint32_t threads;
55 uint32_t thread_stack_size;
56} nxt_python_app_conf_t;
57
58
59typedef struct {
60 nxt_conf_value_t *targets;
61 nxt_conf_value_t *options;

--- 79 unchanged lines hidden ---
55 uint32_t threads;
56 uint32_t thread_stack_size;
57} nxt_python_app_conf_t;
58
59
60typedef struct {
61 nxt_conf_value_t *targets;
62 nxt_conf_value_t *options;

--- 79 unchanged lines hidden ---