summaryrefslogtreecommitdiffstats
path: root/include/framework/util
diff options
context:
space:
mode:
authorDouglas B. Rumbaugh <dbr4@psu.edu>2024-05-14 16:31:05 -0400
committerGitHub <noreply@github.com>2024-05-14 16:31:05 -0400
commit47916da2ba5ed5bee2dda3cbcc58d39e1e931bfc (patch)
treeee5613ce182b2c9caa228d3abeb65dc27fef2db3 /include/framework/util
parent4a834497d5f82c817d634925250158d85ca825c2 (diff)
parent8643fe194dec05b4e3f3ea31e162ac0b2b00e162 (diff)
downloaddynamic-extension-47916da2ba5ed5bee2dda3cbcc58d39e1e931bfc.tar.gz
Merge pull request #4 from dbrumbaugh/master
Updates for VLDB revision
Diffstat (limited to 'include/framework/util')
-rw-r--r--include/framework/util/Configuration.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/framework/util/Configuration.h b/include/framework/util/Configuration.h
index 65ca181..4a4524a 100644
--- a/include/framework/util/Configuration.h
+++ b/include/framework/util/Configuration.h
@@ -35,7 +35,8 @@ static thread_local size_t sampling_bailouts = 0;
enum class LayoutPolicy {
LEVELING,
- TEIRING
+ TEIRING,
+ BSM
};
enum class DeletePolicy {
@@ -43,7 +44,4 @@ enum class DeletePolicy {
TAGGING
};
-typedef ssize_t level_index;
-typedef std::pair<level_index, level_index> ReconstructionTask;
-
}