mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-17 00:04:22 +01:00
src: fix exit code check on linux
This commit is contained in:
@@ -44,6 +44,7 @@ struct tty_client {
|
||||
|
||||
int pid;
|
||||
int pty;
|
||||
int exit_status;
|
||||
enum pty_state state;
|
||||
char pty_buffer[LWS_PRE + 1 + BUF_SIZE];
|
||||
ssize_t pty_len;
|
||||
|
||||
Reference in New Issue
Block a user