mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-22 18:54:43 +00:00
Use more JS friendly names.
This commit is contained in:
parent
54d73b7ac5
commit
c7e4815d79
1 changed files with 2 additions and 2 deletions
|
@ -213,8 +213,8 @@ void xmrig::OclDevice::toJSON(rapidjson::Value &out, rapidjson::Document &doc) c
|
|||
|
||||
out.AddMember("board", board().toJSON(doc), allocator);
|
||||
out.AddMember("name", name().toJSON(doc), allocator);
|
||||
out.AddMember("bus-id", topology().toString().toJSON(doc), allocator);
|
||||
out.AddMember("bus_id", topology().toString().toJSON(doc), allocator);
|
||||
out.AddMember("cu", computeUnits(), allocator);
|
||||
out.AddMember("global-mem", globalMemSize(), allocator);
|
||||
out.AddMember("global_mem", globalMemSize(), allocator);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue