fix
This commit is contained in:
@@ -79,7 +79,7 @@ namespace ev
|
|||||||
do
|
do
|
||||||
{
|
{
|
||||||
idx = 0;
|
idx = 0;
|
||||||
ret = kevent(kfd, nullptr, 0, &event, 512, nullptr);
|
ret = kevent(kfd, nullptr, 0, &events, 512, nullptr);
|
||||||
if(ret > 0)
|
if(ret > 0)
|
||||||
{
|
{
|
||||||
while(idx < ret)
|
while(idx < ret)
|
||||||
|
Reference in New Issue
Block a user