summary refs log tree commit diff
path: root/sys_util/src
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-04-09 09:47:43 +0000
committerAlyssa Ross <hi@alyssa.is>2020-04-09 09:51:11 +0000
commit6d6c7532b7146d55cfbd78500171d4d5edaa2313 (patch)
treefa9f042a06ddb795033cbf7ab456ee69d4e32586 /sys_util/src
parentdbd5f925b6b2f4cb1bf87563be4d24c8ed35689a (diff)
downloadcrosvm-6d6c7532b7146d55cfbd78500171d4d5edaa2313.tar
crosvm-6d6c7532b7146d55cfbd78500171d4d5edaa2313.tar.gz
crosvm-6d6c7532b7146d55cfbd78500171d4d5edaa2313.tar.bz2
crosvm-6d6c7532b7146d55cfbd78500171d4d5edaa2313.tar.lz
crosvm-6d6c7532b7146d55cfbd78500171d4d5edaa2313.tar.xz
crosvm-6d6c7532b7146d55cfbd78500171d4d5edaa2313.tar.zst
crosvm-6d6c7532b7146d55cfbd78500171d4d5edaa2313.zip
devices: remove unnecessary RefCell in VmRequester
There's no need for vm_socket to be mutably borrowed.  Neither send()
nor recv() are mutating methods, we don't have to worry about multiple
racing immutable borrows, because the type can only be used on one
thread thanks to Rc.
Diffstat (limited to 'sys_util/src')
0 files changed, 0 insertions, 0 deletions