diff options
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]; |