summaryrefslogtreecommitdiffhomepage
path: root/runopts.h
diff options
context:
space:
mode:
authorRoland Vollgraf <30869947+rvollgraf@users.noreply.github.com>2021-08-19 17:13:41 +0200
committerGitHub <noreply@github.com>2021-08-19 23:13:41 +0800
commit2157d5235226c0f03ba0440df1fdf7c0548bf9d8 (patch)
tree136d403735436b28b467005a897bbe2ebae5719c /runopts.h
parent846d38fe4319c517683ac3df1796b3bc0180be14 (diff)
pass on sever process environment to child processes (option -e) (#118)
Diffstat (limited to 'runopts.h')
-rw-r--r--runopts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/runopts.h b/runopts.h
index 6a4a94c..f2ae8c6 100644
--- a/runopts.h
+++ b/runopts.h
@@ -130,6 +130,8 @@ typedef struct svr_runopts {
char *pubkey_plugin_options;
#endif
+ int pass_on_env;
+
} svr_runopts;
extern svr_runopts svr_opts;