diff options
Diffstat (limited to 'runtime/map.h')
-rw-r--r-- | runtime/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/map.h b/runtime/map.h index cc470e19..4bb8aee2 100644 --- a/runtime/map.h +++ b/runtime/map.h @@ -102,6 +102,8 @@ struct map_root { int data_offset; + spinlock_t lock; + /* the hash table for this array */ struct hlist_head hashes[HASH_TABLE_SIZE]; |