Skip to content

Commit

Permalink
chore: Added hint about missing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Janosch Machowinski authored and Janosch Machowinski committed Dec 17, 2024
1 parent 6521dfe commit 6906974
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,11 @@ class StoragePolicyCommon
}
waitable_entry.waitable->add_to_wait_set(rcl_wait_set_);
}

if(needs_pruning_) {
//FIXME this is missing, but not accessible
// this->template storage_prune_deleted_entities();
}
}

const rcl_wait_set_t &
Expand Down

0 comments on commit 6906974

Please sign in to comment.