diff options
| author | Zhidao HONG <z.hong@f5.com> | 2021-07-24 11:44:52 +0800 |
|---|---|---|
| committer | Zhidao HONG <z.hong@f5.com> | 2021-07-24 11:44:52 +0800 |
| commit | f3a1c1deb541784b2b0ed179514e4d5eba9fe626 (patch) | |
| tree | 7e21c103d575db815b89404530ee0447b00f1a4e /src/nxt_http.h | |
| parent | b47f1ac7ea3d80981485fd4ae82cd1c7fca3c337 (diff) | |
| download | unit-f3a1c1deb541784b2b0ed179514e4d5eba9fe626.tar.gz unit-f3a1c1deb541784b2b0ed179514e4d5eba9fe626.tar.bz2 | |
Router: split nxt_http_app_conf_t from nxt_http_action_t.
No functional changes.
Diffstat (limited to 'src/nxt_http.h')
| -rw-r--r-- | src/nxt_http.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nxt_http.h b/src/nxt_http.h index c08b3ba7..faba83f2 100644 --- a/src/nxt_http.h +++ b/src/nxt_http.h @@ -225,11 +225,6 @@ struct nxt_http_action_s { nxt_upstream_t *upstream; uint32_t upstream_number; nxt_var_t *var; - - struct { - nxt_app_t *application; - nxt_int_t target; - } app; } u; nxt_str_t name; |
