From dd9713497bfc9e27f9b1ff3181d34ee241f05ec8 Mon Sep 17 00:00:00 2001 From: nodist Date: Tue, 30 Jun 2026 16:13:39 -0400 Subject: match internal kpl status --- docs/application/thread.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/application/thread.md') diff --git a/docs/application/thread.md b/docs/application/thread.md index d564d20..7ed5cae 100644 --- a/docs/application/thread.md +++ b/docs/application/thread.md @@ -16,7 +16,8 @@ typedef struct _task { kpl_class state[KPL_TASK_STATE_SIZE]; kpl_result result; task_fn *fn; - int32_t thread_id; + uint32_t io_flags; + int32_t io_res, thread_id; int16_t state_length; _Atomic bool join_ready; } task; -- cgit v1.2.3