mirror of
https://github.com/hufrea/byedpi.git
synced 2025-02-17 17:00:04 +03:00
minor
This commit is contained in:
parent
91c1bfe0e3
commit
325d96ec15
1 changed files with 1 additions and 1 deletions
2
conev.c
2
conev.c
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue