Skip to content

Commit

Permalink
Update src/app/CommandHandler.h
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
yyzhong-g and bzbarsky-apple authored May 7, 2024
1 parent 8813c00 commit 20271bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/CommandHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ class CommandHandler
InvokeResponseMessage::Builder mInvokeResponseBuilder;
TLV::TLVType mDataElementContainerType = TLV::kTLVType_NotSpecified;
size_t mPendingWork = 0;
/* List to store the weak reference to all the Handle created with this Command Handler.*/
/* List to store all currently-outstanding Handles for this Command Handler.*/
IntrusiveList<Handle> mpHandleList;

chip::System::PacketBufferTLVWriter mCommandMessageWriter;
Expand Down

0 comments on commit 20271bf

Please sign in to comment.