This commit is contained in:
Stjepan Glavina 2020-06-21 14:50:30 +02:00
parent 42bf604d2f
commit d27dd3c5cb
1 changed files with 1 additions and 1 deletions

View File

@ -745,7 +745,7 @@ mod sys {
}
});
events.0.clear();
let res = self.epoll.poll(&mut events.epoll, timeout);
let res = self.epoll.poll(&mut events.0, timeout);
self.io_event.clear();
res
}