diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2025-02-04 17:47:52 -0500 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2025-02-04 17:47:52 -0500 |
| commit | d054b21a66318e096a809c9f94bc8659acfacfd8 (patch) | |
| tree | 62bc7f9e41dae257a7613e8c7e9bb080d0815dd0 /include/framework/DynamicExtension.h | |
| parent | 7370b4d1412da47f70c54107adf498fa6be2cfc4 (diff) | |
| download | dynamic-extension-d054b21a66318e096a809c9f94bc8659acfacfd8.tar.gz | |
Fixed a bug with leveling layout policy
Diffstat (limited to 'include/framework/DynamicExtension.h')
| -rw-r--r-- | include/framework/DynamicExtension.h | 9 |
1 files changed, 9 insertions, 0 deletions
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() { |