- more changes to unify development across different projects (callers / server / hasq / softphone)
This commit is contained in:
@@ -103,7 +103,10 @@ protected:
|
||||
Mutex mDeleteGuard;
|
||||
|
||||
char mTempPacket[MAX_UDPPACKET_SIZE];
|
||||
volatile bool mShutdown = false;
|
||||
|
||||
int mId = 0;
|
||||
bool isShutdown() const { return mShutdown; }
|
||||
virtual void thread();
|
||||
|
||||
// Processes mDeleteVector -> updates mSocketMap, removes socket items and closes sockets specified in mDeleteVector
|
||||
|
||||
Reference in New Issue
Block a user