summaryrefslogtreecommitdiff
path: root/src/include/utils/mspan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/mspan.h')
-rw-r--r--src/include/utils/mspan.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/utils/mspan.h b/src/include/utils/mspan.h
index 67a8e51911..6c33dcf387 100644
--- a/src/include/utils/mspan.h
+++ b/src/include/utils/mspan.h
@@ -76,8 +76,7 @@ struct mspan_manager
Size base; /* offset of page 0 within dsm; 0 for private */
Size boundary; /* first unallocated page in dsm; 0 for private */
Size ncontexts; /* # of outstanding contexts */
- Size nspans; /* # of outstanding spans */
- Size nspansuperblocks; /* # of superblocks for span objects */
+ Size nsyschunks; /* # of chunks allocated from OS */
relptr(mspan) span_of_spans; /* superblock for span descriptors */
relptr(mspan_context) freecontext; /* allocatable context object */
aspace_map page_map; /* map pages to mspans */