We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e30ae74 commit f9cd8f5Copy full SHA for f9cd8f5
src/app/ReadHandler.h
@@ -566,7 +566,7 @@ class ReadHandler : public Messaging::ExchangeDelegate
566
// The last schedule event number snapshoted in the beginning when preparing to fill new events to reports
567
EventNumber mLastScheduledEventNumber = 0;
568
569
- /// State for any on-going path expansion for handling wildcard reads/subscriptions
+ /// Iterator position state for any on-going path expansion for handling wildcard reads/subscriptions.
570
AttributePathExpandIterator::Position mAttributePathExpandPosition;
571
572
Messaging::ExchangeHolder mExchangeCtx;
0 commit comments