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 kata-containers#346 Signed-off-by: Julio Montes <julio.montes@intel.com>
- Loading branch information