You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
It seems like we are getting enough bespoke singly-linked list implementations in OpenWeave where it might make sense to consolidate them into either a typical C-/NLER-/VxWorks-style "inline struct" approach or a C++-style template.
At minimum, I am seeing usage in:
Device Layer
Packet Buffer
Error String
Profile Strings
The text was updated successfully, but these errors were encountered:
It seems like we are getting enough bespoke singly-linked list implementations in OpenWeave where it might make sense to consolidate them into either a typical C-/NLER-/VxWorks-style "inline struct" approach or a C++-style template.
At minimum, I am seeing usage in:
The text was updated successfully, but these errors were encountered: