1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-26 14:02:53 -05:00
This commit is contained in:
Jim
2024-06-13 16:11:51 +00:00
committed by GitHub
2 changed files with 19 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ private:
char m_buf[1] = { 0 };
IConsoleListener *m_listener;
uv_tty_t *m_tty = nullptr;
uv_stream_t *m_input = nullptr;
};