Mercurial
comparison seobeo/seobeo_internal.h @ 96:70401cf61e97
[Seobeo] Added logging.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Fri, 02 Jan 2026 19:16:17 -0800 |
| parents | 4532ce6d9eb8 |
| children | c39582f937e5 |
comparison
equal
deleted
inserted
replaced
| 95:b51f8cce9170 | 96:70401cf61e97 |
|---|---|
| 9 #else | 9 #else |
| 10 #define SSL_CTX_TYPE void | 10 #define SSL_CTX_TYPE void |
| 11 #define SSL_TYPE void | 11 #define SSL_TYPE void |
| 12 #endif | 12 #endif |
| 13 | 13 |
| 14 #ifndef DIRECTORY | |
| 15 #define DIRECTORY | |
| 16 #endif | |
| 17 #include "dowa/dowa.h" | 14 #include "dowa/dowa.h" |
| 15 #include <stdatomic.h> | |
| 18 | 16 |
| 19 typedef enum { | 17 typedef enum { |
| 20 SEOBEO_STREAM_TYPE_SERVER, | 18 SEOBEO_STREAM_TYPE_SERVER, |
| 21 SEOBEO_STREAM_TYPE_CLIENT, | 19 SEOBEO_STREAM_TYPE_CLIENT, |
| 22 } Seobeo_SocketType; | 20 } Seobeo_SocketType; |