diff options
author | Max Romanov <max.romanov@nginx.com> | 2017-09-05 10:22:45 -0700 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2017-09-05 10:22:45 -0700 |
commit | 1429cacd1738e6d3dde3a155228c4109de50984a (patch) | |
tree | 1f79c49e2e7b769051975e06182f5aa16dfbeb05 /src/nxt_application.h | |
parent | f1685e371fe8a3bb9442fe2c5e0e33f5da0ac4f9 (diff) | |
download | unit-1429cacd1738e6d3dde3a155228c4109de50984a.tar.gz unit-1429cacd1738e6d3dde3a155228c4109de50984a.tar.bz2 |
Using CSTRZ mapping type for go executable.
Diffstat (limited to 'src/nxt_application.h')
-rw-r--r-- | src/nxt_application.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_application.h b/src/nxt_application.h index ca968299..38bd79f2 100644 --- a/src/nxt_application.h +++ b/src/nxt_application.h @@ -47,7 +47,7 @@ typedef struct { typedef struct { - nxt_str_t executable; + char *executable; } nxt_go_app_conf_t; |