summaryrefslogtreecommitdiffstats
path: root/redir.h
diff options
context:
space:
mode:
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];