Core: Use WorkQueueThreadSP in NetIPTopDevice.

This commit is contained in:
Jordan Woyak
2025-04-30 16:28:57 -05:00
parent bdb4fd8376
commit c14101534f

View File

@ -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;
};