Skip to content

Commit 6906974

Browse files
Janosch MachowinskiJanosch Machowinski
Janosch Machowinski
authored and
Janosch Machowinski
committed
chore: Added hint about missing stuff
1 parent 6521dfe commit 6906974

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rclcpp/include/rclcpp/wait_set_policies/detail/storage_policy_common.hpp

+5
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,11 @@ class StoragePolicyCommon
377377
}
378378
waitable_entry.waitable->add_to_wait_set(rcl_wait_set_);
379379
}
380+
381+
if(needs_pruning_) {
382+
//FIXME this is missing, but not accessible
383+
// this->template storage_prune_deleted_entities();
384+
}
380385
}
381386

382387
const rcl_wait_set_t &

0 commit comments

Comments
 (0)