From fa23c74298e886f9401c402ed5e012b048f92fac Mon Sep 17 00:00:00 2001 From: azw Date: Sat, 15 Apr 2023 02:12:31 +0000 Subject: [PATCH] 1 --- server/wsproxy/GCListener.h | 2 ++ third_party/a8 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/server/wsproxy/GCListener.h b/server/wsproxy/GCListener.h index 37c3fd3..e257555 100644 --- a/server/wsproxy/GCListener.h +++ b/server/wsproxy/GCListener.h @@ -4,6 +4,7 @@ namespace a8 { class TcpListener; + class UdpListener; } class GCListener : public a8::Singleton @@ -36,4 +37,5 @@ class GCListener : public a8::Singleton private: a8::TcpListener *tcp_listener_ = nullptr; + a8::UdpListener *udp_listener_ = nullptr; }; diff --git a/third_party/a8 b/third_party/a8 index 73a4706..dd650c0 160000 --- a/third_party/a8 +++ b/third_party/a8 @@ -1 +1 @@ -Subproject commit 73a4706673d6b773ca2e5cf102c45e0f2245aa5b +Subproject commit dd650c0bcab90d91a92d0a89b1b8fd7317cc971c