summaryrefslogtreecommitdiffstats
path: root/include/framework/structure/ExtensionStructure.h
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2025-04-05 19:08:12 -0400
committerDouglas Rumbaugh <dbr4@psu.edu>2025-04-05 19:08:12 -0400
commit6bdcf74ad91e0efaa8c2e4339f5085fde8a7982b (patch)
tree0cd8037f9c9a35966c3022329716a2dc73e2abbb /include/framework/structure/ExtensionStructure.h
parentdddb68e5479a047014f5eec4071fb8e96884354c (diff)
downloaddynamic-extension-6bdcf74ad91e0efaa8c2e4339f5085fde8a7982b.tar.gz
working commit (temporary progress, doesn't build)
Diffstat (limited to 'include/framework/structure/ExtensionStructure.h')
-rw-r--r--include/framework/structure/ExtensionStructure.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/framework/structure/ExtensionStructure.h b/include/framework/structure/ExtensionStructure.h
index 521e68b..a77088f 100644
--- a/include/framework/structure/ExtensionStructure.h
+++ b/include/framework/structure/ExtensionStructure.h
@@ -231,6 +231,9 @@ public:
if (shard_idx != -1) {
m_levels[shards[i].first]->delete_shard(shard_idx);
+ } else {
+ fprintf(stderr, "ERROR: failed to delete shard %ld\t%p\n", shards[i].first, shards[i].second);
+ //exit(EXIT_FAILURE);
}
}
}