patched evt_core
This commit is contained in:
parent
aa4055297c
commit
fbef0f4628
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ void evt_core_loop(struct evt_core_ctx* ctx) {
|
||||||
timing_fx_start(&tfx_loop);
|
timing_fx_start(&tfx_loop);
|
||||||
if (num_fd == -1) {
|
if (num_fd == -1) {
|
||||||
perror("Failed to epoll_wait");
|
perror("Failed to epoll_wait");
|
||||||
exit(EXIT_FAILURE);
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (n = 0 ; n < num_fd; n++) {
|
for (n = 0 ; n < num_fd; n++) {
|
||||||
|
|
Loading…
Reference in a new issue