mirror of
https://github.com/clearlinux/hyperstart.git
synced 2026-08-27 11:56:04 +00:00
remove the unused struct hyper_event_ops::ack
Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
This commit is contained in:
@@ -14,7 +14,6 @@ struct hyper_event_ops {
|
||||
int rbuf_size;
|
||||
int wbuf_size;
|
||||
int len_offset;
|
||||
int ack;
|
||||
};
|
||||
|
||||
struct hyper_buf {
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user