diff --git a/hypervisor/include/common/event.h b/hypervisor/include/common/event.h index 2aba27b32..98a8b0055 100644 --- a/hypervisor/include/common/event.h +++ b/hypervisor/include/common/event.h @@ -4,7 +4,7 @@ struct sched_event { spinlock_t lock; - int8_t nqueued; + int32_t nqueued; struct thread_object* waiting_thread; };