mirror of
https://github.com/clearlinux/hyperstart.git
synced 2026-08-26 09:35:49 +00:00
remove the unused struct hyper_event_ops::handle
Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
This commit is contained in:
@@ -9,7 +9,6 @@ struct hyper_event;
|
||||
struct hyper_event_ops {
|
||||
int (*read)(struct hyper_event *e, int efd);
|
||||
int (*write)(struct hyper_event *e, int efd);
|
||||
int (*handle)(struct hyper_event *e, uint32_t len);
|
||||
void (*hup)(struct hyper_event *e, int efd);
|
||||
int rbuf_size;
|
||||
int wbuf_size;
|
||||
|
||||
Reference in New Issue
Block a user