From ebe6fe5d44d58fcb1b9d0ac52fa98a0a3ff309a7 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 7 Jan 2022 17:33:55 +0200 Subject: Steps towards better status/debugging control --- include/apos/tcb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/apos/tcb.h') diff --git a/include/apos/tcb.h b/include/apos/tcb.h index 4872bd0..bd66aff 100644 --- a/include/apos/tcb.h +++ b/include/apos/tcb.h @@ -22,7 +22,7 @@ struct tcb { struct vm_branch *b_r; }; -void threads_insert(struct tcb *t); +stat_t threads_insert(struct tcb *t); struct tcb *cur_tcb(); struct tcb *get_tcb(id_t tid); -- cgit v1.3