diff --git a/include/metalsvm/tasks_types.h b/include/metalsvm/tasks_types.h index e607dc3c..b22ca7ce 100644 --- a/include/metalsvm/tasks_types.h +++ b/include/metalsvm/tasks_types.h @@ -59,9 +59,9 @@ typedef struct task { /// Task id = position in the task table tid_t id; /// Task status (INVALID, READY, RUNNING, ...) - uint32_t status; + uint32_t status; /// Usage in number of pages - atomic_int32_t user_usage; + atomic_int32_t user_usage; /// Avoids concurrent access to the page directory spinlock_t pgd_lock; /// pointer to the page directory