diff options
Diffstat (limited to 'src/rt/sync/lock_free_queue.h')
| -rw-r--r-- | src/rt/sync/lock_free_queue.h | 2 |
1 files changed, 2 insertions, 0 deletions
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. |