mirror of
https://github.com/oxen-io/lokinet
synced 2023-12-14 06:53:00 +01:00
probably got mangled in a patch
supposed to tick at the end
This commit is contained in:
parent
5b1941222b
commit
938f40efe1
1 changed files with 2 additions and 2 deletions
|
@ -191,9 +191,9 @@ tun_ev_loop(void* u)
|
||||||
// LeaveCriticalSection(&HandlerMtx);
|
// LeaveCriticalSection(&HandlerMtx);
|
||||||
}
|
}
|
||||||
logic->call_soon([ev]() {
|
logic->call_soon([ev]() {
|
||||||
if (ev->t->tick)
|
ev->flush_write();
|
||||||
|
if(ev->t->tick)
|
||||||
ev->t->tick(ev->t);
|
ev->t->tick(ev->t);
|
||||||
ev->flush_write();
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
llarp::LogDebug("exit TUN event loop thread from system managed thread pool");
|
llarp::LogDebug("exit TUN event loop thread from system managed thread pool");
|
||||||
|
|
Loading…
Reference in a new issue