mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
Core: Use WorkQueueThreadSP in NetIPTopDevice.
This commit is contained in:
@ -120,7 +120,7 @@ private:
|
||||
IPCReply HandleICMPPingRequest(const IOCtlVRequest& request);
|
||||
|
||||
Common::SocketContext m_socket_context;
|
||||
Common::WorkQueueThread<AsyncTask> m_work_queue;
|
||||
Common::WorkQueueThreadSP<AsyncTask> m_work_queue;
|
||||
std::mutex m_async_reply_lock;
|
||||
std::queue<AsyncReply> m_async_replies;
|
||||
};
|
||||
|
Reference in New Issue
Block a user