Mercurial
diff seobeo/os/s_linux_edge.c @ 165:3e0e27684e6b
[Gara] Remove unwanted bazel tutorial.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Sat, 13 Dec 2025 14:34:51 -0800 |
| parents | 84672efec192 |
| children |
line wrap: on
line diff
--- a/seobeo/os/s_linux_edge.c Sat Dec 13 14:24:20 2025 -0800 +++ b/seobeo/os/s_linux_edge.c Sat Dec 13 14:34:51 2025 -0800 @@ -108,7 +108,8 @@ snprintf(keybuf, sizeof(keybuf), "%d", p_handle_server->socket); Dowa_HashMap_Push_Value(handles, keybuf, p_handle_server, sizeof(p_handle_server)); - while (1) { + while (1) + { int n = epoll_wait(epfd, events, MAX_EVENTS, -1); if (n < 0) {