Added trait SynchObj to relevant structs
This commit is contained in:
@ -15,7 +15,7 @@ pub trait SynchObj { }
|
||||
/// A method allows to detect of an object corresponding to a given
|
||||
/// identifier exists; this is used to check the parameters of system
|
||||
/// calls.
|
||||
struct ObjAddr<'a> {
|
||||
pub struct ObjAddr<'a> {
|
||||
last_id: i32,
|
||||
map: HashMap<i32, &'a dyn SynchObj>
|
||||
}
|
||||
|
Reference in New Issue
Block a user