v1.10.1
This commit is contained in:
@@ -732,6 +732,9 @@ type InfoCompute struct {
|
||||
// Pinned
|
||||
Pinned bool `json:"pinned"`
|
||||
|
||||
// PreferredCPU
|
||||
PreferredCPU []int64 `json:"preferredCpu"`
|
||||
|
||||
// Number of RAM
|
||||
RAM uint64 `json:"ram"`
|
||||
|
||||
@@ -981,6 +984,9 @@ type RecordCompute struct {
|
||||
// Pinned
|
||||
Pinned bool `json:"pinned"`
|
||||
|
||||
// PreferredCPU
|
||||
PreferredCPU []int64 `json:"preferredCpu"`
|
||||
|
||||
// Number of RAM
|
||||
RAM uint64 `json:"ram"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user