Skip to content

Commit 517782d

Browse files
committed
fix: handle stats for intra-process comms
1 parent a7a1e11 commit 517782d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rclcpp/include/rclcpp/experimental/subscription_intra_process.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ class SubscriptionIntraProcess
206206
}
207207

208208
AnySubscriptionCallback<MessageT, Alloc> any_callback_;
209+
/// Optional statistics calculator for intra-process deliveries.
209210
SubscriptionTopicStatisticsSharedPtr subscription_topic_statistics_;
210211
};
211212

0 commit comments

Comments
 (0)