diff options
author | Hannes Reinecke <hare@suse.de> | 2022-04-11 12:33:52 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-04-22 14:52:30 +0200 |
commit | e5a8f42c1a8bd2ae29d3e826fb3a7cf71a0c3068 (patch) | |
tree | 604f6643fc4242127d36900370f12ea8559214b4 /redir.h | |
parent | dbc54da5c73d9e8dd1b8a258a4723279423e6e58 (diff) | |
download | amtterm-e5a8f42c1a8bd2ae29d3e826fb3a7cf71a0c3068.tar.gz |
amtider: handle SIGTERM
Diffstat (limited to 'redir.h')
-rw-r--r-- | redir.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ struct redir { /* ide-redirection */ unsigned char filename[256]; + unsigned int tx_bufsize; + unsigned int rx_bufsize; int sock; unsigned char buf[64]; |