diff seobeo/os/s_macos_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_macos_edge.c	Mon Oct 06 08:21:34 2025 -0700
+++ b/seobeo/os/s_macos_edge.c	Mon Oct 06 09:55:34 2025 -0700
@@ -13,7 +13,7 @@
       Seobeo_PHandle h = evlist[i].udata;
       if (h == args->srv) {
         Seobeo_PHandle cli =
-          Seobeo_Stream_Handle_Accept(args->srv);
+          Seobeo_Stream_Handle_Server_Accept(args->srv);
         if (!cli) continue;
         struct kevent kev = {
           .ident  = cli->socket,