From 7ecfb22c32b7986ed1a2439c1abbeed298e4153a Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Fri, 20 Oct 2023 17:00:42 -0400 Subject: Initial pass w/ new scheduler setup currently there's a race condition of some type to sort out. --- include/framework/util/Configuration.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/framework/util/Configuration.h') diff --git a/include/framework/util/Configuration.h b/include/framework/util/Configuration.h index eb9b93f..9d8248f 100644 --- a/include/framework/util/Configuration.h +++ b/include/framework/util/Configuration.h @@ -50,5 +50,6 @@ enum class DeletePolicy { }; typedef ssize_t level_index; +typedef std::pair MergeTask; } -- cgit v1.2.3