hopefully fix things
This commit is contained in:
parent
b467dca528
commit
2cbac0b1e5
3 changed files with 6 additions and 1 deletions
|
|
@ -28,6 +28,7 @@ pub struct MatchmakeManager {
|
|||
pub sessions: RwLock<HashMap<u32, Arc<Mutex<ExtendedMatchmakeSession>>>>,
|
||||
pub rv_cid_counter: AtomicU32,
|
||||
pub users: RwLock<HashMap<u32, Weak<User>>>,
|
||||
pub users_by_pid: RwLock<HashMap<u32, Weak<User>>>,
|
||||
}
|
||||
|
||||
impl MatchmakeManager {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue