diff options
Diffstat (limited to 'src/cmd/venti/srv/dat.h')
| -rw-r--r-- | src/cmd/venti/srv/dat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/venti/srv/dat.h b/src/cmd/venti/srv/dat.h index e0a9e18a..4ed8832c 100644 --- a/src/cmd/venti/srv/dat.h +++ b/src/cmd/venti/srv/dat.h @@ -466,6 +466,8 @@ struct Index AMap *smap; /* mapping of buckets to index sections */ int narenas; AMap *amap; /* mapping from index addesses to arenas */ + + QLock writing; }; /* |
