This commit is contained in:
ruti 2024-05-04 17:56:49 +03:00
parent 91c1bfe0e3
commit 325d96ec15

View File

@ -56,7 +56,7 @@ struct eval *add_event(struct poolhd *pool, enum eid type,
memset(val, 0, sizeof(*val));
val->fd = fd;
val->index = pool->count;
val->index = c;
val->type = type;
#ifndef NOEPOLL