summaryrefslogtreecommitdiffstats
path: root/redir.h
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2022-04-11 12:33:52 +0200
committerGerd Hoffmann <kraxel@redhat.com>2022-04-22 14:52:30 +0200
commite5a8f42c1a8bd2ae29d3e826fb3a7cf71a0c3068 (patch)
tree604f6643fc4242127d36900370f12ea8559214b4 /redir.h
parentdbc54da5c73d9e8dd1b8a258a4723279423e6e58 (diff)
downloadamtterm-e5a8f42c1a8bd2ae29d3e826fb3a7cf71a0c3068.tar.gz
amtider: handle SIGTERM
Diffstat (limited to 'redir.h')
-rw-r--r--redir.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/redir.h b/redir.h
index 06822d4..618154f 100644
--- a/redir.h
+++ b/redir.h
@@ -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];