From 29c88265d4a360a83e0f19344bae0122ed6560fe Mon Sep 17 00:00:00 2001 From: hyzboy Date: Tue, 26 Nov 2024 00:43:33 +0800 Subject: [PATCH] use SortedSet instead of SortedSets --- src/SocketManageSelect.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SocketManageSelect.cpp b/src/SocketManageSelect.cpp index fa53f24..390ee6a 100644 --- a/src/SocketManageSelect.cpp +++ b/src/SocketManageSelect.cpp @@ -1,7 +1,7 @@ #include"SocketManageBase.h" #include #include -#include +#include #include namespace hgl @@ -17,7 +17,7 @@ namespace hgl int max_fd; - SortedSets sock_id_list; + SortedSet sock_id_list; fd_set fd_sock_list; //完整的sock列表