mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-12-13 07:46:43 +00:00
update
This commit is contained in:
@@ -343,6 +343,7 @@ func (pool *ResourcePool) list() MsgResource {
|
||||
|
||||
start := pool.pools[0].Next
|
||||
for cur := start; ; {
|
||||
log.Info(cur.ID)
|
||||
cur.Lock.Lock()
|
||||
for k, node := range cur.Nodes {
|
||||
nodes[k] = *node
|
||||
|
||||
Reference in New Issue
Block a user