summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorRobert Haas2014-02-06 16:39:09 +0000
committerRobert Haas2014-02-06 16:39:09 +0000
commit6eb7d118b2a419b1ef49a3d29abcf23ae5e53027 (patch)
tree06ab6535c8f78a9bb5e996745ef92d7144842170 /src/include
parent87f72ccb6a406cf0be5a67e754a8293a82261799 (diff)
Hack, hack.memory
Diffstat (limited to 'src/include')
-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 */