Skip to content

Commit

Permalink
[message] fix comments (#10731)
Browse files Browse the repository at this point in the history
  • Loading branch information
abtink authored Sep 20, 2024
1 parent 3074451 commit bd310db
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/core/common/message.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,8 @@ class Buffer : public otMessageBuffer, public LinkedListEntry<Buffer>
bool mMulticastLoop : 1; // Whether this multicast message may be looped back.
bool mResolvingAddress : 1; // Whether the message is pending an address query resolution.
bool mAllowLookbackToHost : 1; // Whether the message is allowed to be looped back to host.
bool mIsDstPanIdBroadcast : 1; // IWhether the dest PAN ID is broadcast.
uint8_t mOrigin : 2;
// The origin of the message.
bool mIsDstPanIdBroadcast : 1; // Whether the dest PAN ID is broadcast.
uint8_t mOrigin : 2; // The origin of the message.
#if OPENTHREAD_CONFIG_MULTI_RADIO
uint8_t mRadioType : 2; // The radio link type the message was received on, or should be sent on.
bool mIsRadioTypeSet : 1; // Whether the radio type is set.
Expand Down

0 comments on commit bd310db

Please sign in to comment.