Mercurial
diff seobeo/seobeo.h @ 16:fb2cff495a60
[Seobeo] Fixed the problem with edge server.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Fri, 03 Oct 2025 09:55:51 -0700 |
| parents | 114cad94008f |
| children | d97ec3ded2ae |
line wrap: on
line diff
--- a/seobeo/seobeo.h Fri Oct 03 06:50:33 2025 -0700 +++ b/seobeo/seobeo.h Fri Oct 03 09:55:51 2025 -0700 @@ -19,6 +19,8 @@ #include <signal.h> #include <fcntl.h> #include <pthread.h> +#include <stdatomic.h> +#include <stdbool.h> #include "dowa/dowa.h" @@ -52,6 +54,8 @@ void *file; void *text_copy; char *file_name; + + atomic_bool destroyed; } Sebeo_Handle, *Seobeo_PHandle; typedef struct {