mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-21 16:33:24 +00:00
Rename PageTableQueryResult
to PageTableItem
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
6df0a3073c
commit
e597a10088
@ -15,7 +15,7 @@ use crate::{
|
||||
mod node;
|
||||
use node::*;
|
||||
pub mod cursor;
|
||||
pub use cursor::{Cursor, CursorMut, PageTableQueryResult};
|
||||
pub use cursor::{Cursor, CursorMut, PageTableItem};
|
||||
#[cfg(ktest)]
|
||||
mod test;
|
||||
|
||||
|
Reference in New Issue
Block a user