Added basic system reader.

This commit is contained in:
XMRig 2021-01-20 00:43:01 +07:00
parent 24c290963a
commit dea5be0a57
No known key found for this signature in database
GPG key ID: 446A53638BE94409
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;