chiark / gitweb /
build-sys: support setting path and service names from configure
[elogind.git] / execute.h
index f820d56cb85a2ba5e21301b3786a2288a9ff5f0b..be73542d4b02345d46244630d79f13d5272b110c 100644 (file)
--- a/execute.h
+++ b/execute.h
@@ -98,6 +98,7 @@ struct ExecContext {
 
         int syslog_priority;
         char *syslog_identifier;
+        bool syslog_no_prefix;
 
         char *tty_path;
 
@@ -182,6 +183,7 @@ int exec_spawn(ExecCommand *command,
                char **argv,
                const ExecContext *context,
                int fds[], unsigned n_fds,
+               char **environment,
                bool apply_permissions,
                bool apply_chroot,
                bool confirm_spawn,