This repository has been archived by the owner on May 12, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
virtcontainers/api: use RW lock to update containers
When a container is updated, those modifications are stored, to avoid race conditions with other operations, a RW lock should be used. fixes #346 Signed-off-by: Julio Montes <[email protected]>
- Loading branch information