diff options
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() { |