aboutsummaryrefslogtreecommitdiff
path: root/core/net/common.odin
diff options
context:
space:
mode:
authorPePerRoNii <wachiraphol.yin@gmail.com>2025-06-16 16:17:48 +0700
committerPePerRoNii <wachiraphol.yin@gmail.com>2025-06-16 16:17:48 +0700
commitacdab793d920388541afec713bce0a7ec1120575 (patch)
treed2fc98e911dc0b15170dfefb0eec732bb174e5de /core/net/common.odin
parentc08d9c50c83f3b6c1aa1ea99667564448a911f23 (diff)
Added Socket_Info_Error to Network_Error union
Diffstat (limited to 'core/net/common.odin')
-rw-r--r--core/net/common.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/net/common.odin b/core/net/common.odin
index fb6b17511..6d64a65d7 100644
--- a/core/net/common.odin
+++ b/core/net/common.odin
@@ -64,6 +64,7 @@ Network_Error :: union #shared_nil {
UDP_Recv_Error,
Shutdown_Error,
Interfaces_Error,
+ Socket_Info_Error,
Socket_Option_Error,
Set_Blocking_Error,
Parse_Endpoint_Error,