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 9f0eca4..1974c6d 100644
--- a/redir.h
+++ b/redir.h
@@ -33,6 +33,8 @@ struct redir {
/* ide-redirection */
unsigned char filename[256];
+ void *mmap_buf;
+ ssize_t mmap_size;
unsigned int tx_bufsize;
unsigned int rx_bufsize;
unsigned int enable_options;