From 1f681afcb1c6b68e335a587e560bb8bc610a2f0f Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sat, 30 Jul 2011 17:29:43 +0200 Subject: [PATCH] cosmetic changes --- include/metalsvm/tasks_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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