The field stores the current interesting events. Signed-off-by: Fam Zheng <f...@redhat.com> --- slirp/socket.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/slirp/socket.h b/slirp/socket.h index 57e0407..0c49770 100644 --- a/slirp/socket.h +++ b/slirp/socket.h @@ -53,6 +53,7 @@ struct socket { struct sbuf so_rcv; /* Receive buffer */ struct sbuf so_snd; /* Send buffer */ void * extra; /* Extra pointer */ + int poll_events; }; -- 2.4.2