chore: remove zombie sandbox scheduling state

main
Sean McBride 5 years ago
parent 439bd523b8
commit dd89fa511c

@ -44,11 +44,7 @@ struct sandbox {
arch_context_t ctxt; // register context for context switch. arch_context_t ctxt; // register context for context switch.
// TODO: Refactor to usefully track across scheduler
u64 actual_deadline;
u64 expected_deadline;
u64 total_time; u64 total_time;
u64 remaining_time;
u64 start_time; u64 start_time;
struct module *module; // the module this is an instance of struct module *module; // the module this is an instance of

Loading…
Cancel
Save