diff options
Diffstat (limited to 'kc/core/task.h')
| -rw-r--r-- | kc/core/task.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kc/core/task.h b/kc/core/task.h index e9ddaaf..346630a 100644 --- a/kc/core/task.h +++ b/kc/core/task.h @@ -22,6 +22,7 @@ struct kc_thread { struct kc_thread *prev; struct kc_thread *next; + uint64_t time_elapsed; enum kc_thread_status status; struct kc_thread_state state; }; |
