mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-12-20 19:20:05 +00:00
Integrate the monitor's listener socket into the shard's poll()
This removes the need for a separate monitor thread.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <mutex>
|
||||
|
||||
namespace Monitor {
|
||||
void init();
|
||||
SOCKET init();
|
||||
void tick(CNServer *, time_t);
|
||||
void start(void *);
|
||||
bool acceptConnection(SOCKET, uint16_t);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user