diff options
Diffstat (limited to 'src/execute.h')
-rw-r--r-- | src/execute.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/execute.h b/src/execute.h index 4585fe43a7..1adf41ea67 100644 --- a/src/execute.h +++ b/src/execute.h @@ -104,6 +104,8 @@ struct ExecContext { char *syslog_identifier; bool syslog_no_prefix; + char *tcpwrap_name; + char *tty_path; /* Since resolving these names might might involve socket @@ -179,7 +181,8 @@ typedef enum ExitStatus { EXIT_CGROUP, EXIT_SETSID, /* 220 */ EXIT_CONFIRM, - EXIT_STDERR + EXIT_STDERR, + EXIT_TCPWRAP } ExitStatus; |