1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-06-28 21:52:42 -04:00

Added basic system reader.

This commit is contained in:
XMRig
2021-01-20 00:43:01 +07:00
parent 24c290963a
commit dea5be0a57
4 changed files with 13 additions and 4 deletions
+4
View File
@@ -82,6 +82,10 @@ bool xmrig::DmiReader::decode(uint8_t *buf)
}
switch (h.type) {
case 1:
m_system.decode(&h);
break;
case 2:
m_board.decode(&h);
break;