remove the unused struct hyper_event_ops::ack

Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
This commit is contained in:
Lai Jiangshan
2016-09-21 18:33:22 +08:00
parent 9d7a6c0a0f
commit cdc84ecb4b
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -14,7 +14,6 @@ struct hyper_event_ops {
int rbuf_size;
int wbuf_size;
int len_offset;
int ack;
};
struct hyper_buf {
-2
View File
@@ -1237,8 +1237,6 @@ static struct hyper_event_ops hyper_channel_ops = {
.handle = hyper_channel_handle,
.rbuf_size = 10240,
.len_offset = 4,
/* TODO: vbox hyper should support channel ack */
.ack = 1,
};
static struct hyper_event_ops hyper_ttyfd_ops = {