summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_application.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_application.h')
-rw-r--r--src/nxt_application.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nxt_application.h b/src/nxt_application.h
index 6ac7fbd3..96af1d67 100644
--- a/src/nxt_application.h
+++ b/src/nxt_application.h
@@ -53,7 +53,8 @@ typedef struct {
typedef struct {
- char *executable;
+ char *executable;
+ nxt_conf_value_t *arguments;
} nxt_go_app_conf_t;