mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-10-04 05:30:06 +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:
@@ -23,6 +23,7 @@ public:
|
||||
|
||||
static void _killConnection(CNSocket *cns);
|
||||
|
||||
bool checkExtraSockets(int i);
|
||||
void newConnection(CNSocket* cns);
|
||||
void killConnection(CNSocket* cns);
|
||||
void kill();
|
||||
|
Reference in New Issue
Block a user