diff seobeo/seobeo_internal.h @ 62:ea9ef388ab97

[Seobeo] Fixed issues with epoll or kqeue in different threads. Initizlied the event looop inside of the thread itself.
author June Park <parkjune1995@gmail.com>
date Tue, 23 Dec 2025 11:48:11 -0800
parents 84672efec192
children a30944e5719e
line wrap: on
line diff
--- a/seobeo/seobeo_internal.h	Sat Dec 20 21:07:34 2025 -0500
+++ b/seobeo/seobeo_internal.h	Tue Dec 23 11:48:11 2025 -0800
@@ -42,7 +42,6 @@
 typedef struct {
   Seobeo_PHandle  srv;
   Dowa_PHashMap   cache;
-  int             evfd;    // epoll‐fd or kqueue‐fd
 } WorkerArgs;
 
 typedef enum {