1
0
forked from Rativel/BurritOS

Added partialeq trait where relevant

This commit is contained in:
François Autin
2023-03-08 15:48:33 +01:00
parent aad2ecbd4c
commit 95e0ac4499
5 changed files with 15 additions and 36 deletions

View File

@@ -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>,