summaryrefslogtreecommitdiffstats
path: root/include/framework/DynamicExtension.h
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2025-06-02 19:43:17 -0400
committerDouglas Rumbaugh <dbr4@psu.edu>2025-06-02 19:43:17 -0400
commit701b6f70722e87c3717d0de493d363827375e98b (patch)
treeaaeffef8f54be34fc078d8dd81c662a5f068bd0d /include/framework/DynamicExtension.h
parent671b4dfbf35b1d7e0f6f35b104fe830d194de86b (diff)
parent484818ba5f755c98702b43c84892d7ab3ededa4e (diff)
downloaddynamic-extension-701b6f70722e87c3717d0de493d363827375e98b.tar.gz
Merge branch 'new-concurrency' of github.com:dbrumbaugh/dynamic-extension-working into new-concurrency
Diffstat (limited to 'include/framework/DynamicExtension.h')
-rw-r--r--include/framework/DynamicExtension.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/framework/DynamicExtension.h b/include/framework/DynamicExtension.h
index c8b4aa5..48e270d 100644
--- a/include/framework/DynamicExtension.h
+++ b/include/framework/DynamicExtension.h
@@ -493,7 +493,10 @@ private:
* this code will be bypassed in that case.
*/
if (args->priority == ReconstructionPriority::FLUSH) {
- //fprintf(stdout, "S\t%ld\n", extension->get_shard_count());
+ #ifdef DE_PRINT_SHARD_COUNT
+ fprintf(stdout, "S\t%ld\n", extension->get_shard_count());
+ #endif
+
// fprintf(stderr, "[I] Running flush (%ld)\n", recon_id);
// fprintf(stderr, "[I]\t Assigned Version %ld (%ld)\n",
// args->version->get_id(), recon_id);