mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Core: Use WorkQueueThreadSP in NetIPTopDevice.
This commit is contained in:
parent
bdb4fd8376
commit
c14101534f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue