summaryrefslogtreecommitdiffstats
path: root/runtime/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/map.h')
-rw-r--r--runtime/map.h2
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];