forked from Rativel/BurritOS
Added partialeq trait where relevant
This commit is contained in:
@@ -18,6 +18,7 @@ use crate::{
|
||||
/// - The list of active threads
|
||||
/// - The thread to be destroyed next
|
||||
/// - The scheduler which acts upon these threads
|
||||
#[derive(PartialEq)]
|
||||
pub struct System {
|
||||
g_machine: Machine,
|
||||
g_current_thread: Option<Thread>,
|
||||
|
||||
Reference in New Issue
Block a user