mirror of
https://github.com/Lizonghang/prima.cpp.git
synced 2025-09-15 05:49:40 +00:00
add topo rebuild
Signed-off-by: DeEMO <yzzxrx@gmail.com>
This commit is contained in:
parent
26bb86c09b
commit
fdd6694633
4 changed files with 98 additions and 1 deletions
|
@ -320,6 +320,7 @@ struct device_info {
|
|||
uint32_t rank;
|
||||
const char * device_name;
|
||||
const char * device_os;
|
||||
const char * next_ip;
|
||||
struct disk_props disk;
|
||||
struct cpu_props cpu_props;
|
||||
struct memory_info memory;
|
||||
|
@ -333,6 +334,7 @@ struct device_info {
|
|||
rank(0),
|
||||
device_name(""),
|
||||
device_os(""),
|
||||
next_ip(""),
|
||||
disk(),
|
||||
cpu_props(),
|
||||
memory(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue