We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28347a3 commit 400d78cCopy full SHA for 400d78c
lldb/source/Plugins/Protocol/MCP/ProtocolServerMCP.h
@@ -60,7 +60,7 @@ class ProtocolServerMCP : public ProtocolServer {
60
lldb_private::MainLoop m_loop;
61
std::thread m_loop_thread;
62
std::mutex m_mutex;
63
- uint32_t m_client_count = 0;
+ size_t m_client_count = 0;
64
65
std::unique_ptr<Socket> m_listener;
66
0 commit comments