mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-27 11:23:25 +00:00
Introduce CurrentUserSpace to provide read/write abilities for user space
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
8317c4c1e8
commit
259b506119
@ -30,7 +30,7 @@ impl UserSpace {
|
||||
}
|
||||
|
||||
/// Returns the VM address space.
|
||||
pub fn vm_space(&self) -> &VmSpace {
|
||||
pub fn vm_space(&self) -> &Arc<VmSpace> {
|
||||
&self.vm_space
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user