diff runopts.h @ 1819:5120e22882de

pass on sever process environment to child processes (option -e) (#118)
author Roland Vollgraf <30869947+rvollgraf@users.noreply.github.com>
date Thu, 19 Aug 2021 17:13:41 +0200
parents cc0fc5131c5c
children df8d8ec1801c
line wrap: on
line diff
--- a/runopts.h	Sat May 01 20:47:15 2021 +0800
+++ b/runopts.h	Thu Aug 19 17:13:41 2021 +0200
@@ -130,6 +130,8 @@
         char *pubkey_plugin_options;
 #endif
 
+	int pass_on_env;
+
 } svr_runopts;
 
 extern svr_runopts svr_opts;