Mercurial
diff seobeo/os/s_linux_edge.c @ 19:875bb6e10db7
[Seobeo] Chaning Function naming to be easily readable.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Mon, 06 Oct 2025 09:55:34 -0700 |
| parents | fa2b8af609d9 |
| children | c0f6c8c7829f |
line wrap: on
line diff
--- a/seobeo/os/s_linux_edge.c Mon Oct 06 08:21:34 2025 -0700 +++ b/seobeo/os/s_linux_edge.c Mon Oct 06 09:55:34 2025 -0700 @@ -14,7 +14,7 @@ if (h == args->srv) { // new connection Seobeo_PHandle cli = - Seobeo_Stream_Handle_Accept(args->srv); + Seobeo_Stream_Handle_Server_Accept(args->srv); if (!cli) continue; struct epoll_event ev = { .events = EPOLLIN,