From f8ff013e3cc737b92b5a140dfd0ddcc5ab6773d9 Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Fri, 27 Aug 2010 18:26:36 -0700 Subject: Added a few utility classes, cleaned up the include order of .h files, and started to make the Rust kernel own domain message queues rather than the Rust domains themselves. --- src/rt/sync/lock_free_queue.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/rt/sync') diff --git a/src/rt/sync/lock_free_queue.h b/src/rt/sync/lock_free_queue.h index ac0c5b04..5ebc70f1 100644 --- a/src/rt/sync/lock_free_queue.h +++ b/src/rt/sync/lock_free_queue.h @@ -98,6 +98,8 @@ class lock_free_queue { } public: + int32_t list_index; + lock_free_queue() { // We can only handle 64bit CAS for counted pointers, so this will // not work with 64bit pointers. -- cgit v1.2.3