1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-26 14:02:53 -05:00

Add stdin pipe fallback for commands

This commit is contained in:
Jim Verheijde
2021-02-17 16:21:45 +01:00
parent 8bfaddd3fc
commit 28baab040c
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;
};