Use ZSubscription_t in zephyr_triple
Review Request #450 — Created Jan. 24, 2021 and submitted
- Change some functions to use
ZSubscription_t
- Cleanup redundant
zephyr_triple
allocations - Inline
zephyr_subscribe_failed
- Replace
find_sub_by_sub
andfind_sub_by_id
withg_slist_find_custom
- Rename functions related to
zephyr_triple
Compile.
- Description:
-
~ - Change some functions to use ZSubscription_t
~ - Cleanup redundant zephyr_triple allocations
~ - Change some functions to use
ZSubscription_t
~ - Cleanup redundant
zephyr_triple
allocations
+ - Inline
zephyr_subscribe_failed
+ - Replace
find_sub_by_sub
andfind_sub_by_id
withg_slist_find_custom
- Commit:
-
6599714282dab11f9028f148
- Diff:
-
Revision 2 (+202 -222)
- Change Summary:
-
Rename functions related to
zephyr_triple
. - Description:
-
- Change some functions to use
ZSubscription_t
- Cleanup redundant
zephyr_triple
allocations
- Inline
zephyr_subscribe_failed
- Replace
find_sub_by_sub
andfind_sub_by_id
withg_slist_find_custom
+ - Rename functions related to
zephyr_triple
- Change some functions to use
- Commit:
-
dde34070231f77e242684ca0
- Diff:
-
Revision 4 (+207 -224)