mirror of
https://github.com/newnius/YAO-scheduler.git
synced 2025-12-15 08:16:43 +00:00
update
This commit is contained in:
@@ -262,6 +262,7 @@ func (pool *ResourcePool) acquireNetwork() string {
|
||||
for k := range pool.networksFree {
|
||||
network = k
|
||||
delete(pool.networksFree, k)
|
||||
break
|
||||
}
|
||||
return network
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user