1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-09 08:42:40 -05: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

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;