aboutsummaryrefslogtreecommitdiff
path: root/include/apos/tcb.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-01-07 17:33:55 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2022-01-07 17:33:55 +0200
commitebe6fe5d44d58fcb1b9d0ac52fa98a0a3ff309a7 (patch)
tree1273c7815d6790e746f6e7ecfcd464e5cab39f2e /include/apos/tcb.h
parentbe78fcb0acc665d4db8edb9cda53f6863d27dd85 (diff)
downloadkmi-ebe6fe5d44d58fcb1b9d0ac52fa98a0a3ff309a7.tar.gz
kmi-ebe6fe5d44d58fcb1b9d0ac52fa98a0a3ff309a7.zip
Steps towards better status/debugging control
Diffstat (limited to 'include/apos/tcb.h')
-rw-r--r--include/apos/tcb.h2
1 files changed, 1 insertions, 1 deletions
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);