summaryrefslogtreecommitdiff
path: root/odb/processor.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-09-06 08:58:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-09-06 08:58:56 +0200
commit1a4a5134f848404cb6ade9ae384704cea1c95742 (patch)
treeeb3a0bc18172298337aea15331bb453611cc9001 /odb/processor.cxx
parent654826cdafaac4199c8a8c90ef3396e312f0944f (diff)
Rename flags for clarity
Diffstat (limited to 'odb/processor.cxx')
-rw-r--r--odb/processor.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/odb/processor.cxx b/odb/processor.cxx
index adf1b87..65ee64f 100644
--- a/odb/processor.cxx
+++ b/odb/processor.cxx
@@ -672,7 +672,8 @@ namespace
}
size_t n (uss.count (user_sections::count_total |
- user_sections::count_all));
+ user_sections::count_all |
+ user_sections::count_special_version));
user_section us (m, c, n, l, u);
// We may already have seen this section (e.g., forward reference
@@ -2236,7 +2237,8 @@ namespace
user_section (*opt,
c,
uss.count (user_sections::count_total |
- user_sections::count_all),
+ user_sections::count_all |
+ user_sections::count_special_version),
user_section::load_lazy,
user_section::update_manual,
user_section::special_version));