From d054b21a66318e096a809c9f94bc8659acfacfd8 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Tue, 4 Feb 2025 17:47:52 -0500 Subject: Fixed a bug with leveling layout policy --- include/framework/DynamicExtension.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'include/framework/DynamicExtension.h') diff --git a/include/framework/DynamicExtension.h b/include/framework/DynamicExtension.h index 5a64243..1327559 100644 --- a/include/framework/DynamicExtension.h +++ b/include/framework/DynamicExtension.h @@ -296,6 +296,14 @@ public: return t; } + + + void print_structure() { + auto epoch = get_active_epoch(); + epoch->get_structure()->print_structure(); + end_job(epoch); + } + /** * Create a new single Shard object containing all of the records * within the framework (buffer and shards). @@ -707,6 +715,7 @@ private: return m_buffer->append(rec, ts); } + //#ifdef _GNU_SOURCE #if 0 void SetThreadAffinity() { -- cgit v1.2.3