diff seobeo/seobeo.h @ 36:84672efec192

[Zenbu] WIP fixing issues regarding to using edge only. I think there is a problem where socket closes before sending back the info.
author MrJuneJune <me@mrjunejune.com>
date Sun, 09 Nov 2025 06:25:16 -0800
parents 875bb6e10db7
children a30944e5719e
line wrap: on
line diff
--- a/seobeo/seobeo.h	Thu Oct 30 09:53:22 2025 -0700
+++ b/seobeo/seobeo.h	Sun Nov 09 06:25:16 2025 -0800
@@ -40,6 +40,8 @@
 #define HTTP_NOT_FOUND 404
 #define HTTP_INTERNAL_ERROR 500
 
+extern volatile sig_atomic_t stop_server;
+
 // --- TCP --- //
 // --- Generate a Server Handle. ---//
 extern Seobeo_PHandle Seobeo_Stream_Handle_Server_Create(const char *host,  const char* port);