commit | bc7a5d3a6c7b4592c97e21a9191cb4d089330911 | [log] [tgz] |
---|---|---|
author | Michael Scott <michael@opensourcefoundries.com> | Mon May 07 14:06:46 2018 -0700 |
committer | Jukka Rissanen <jukka.rissanen@linux.intel.com> | Fri May 11 16:38:49 2018 +0300 |
tree | 49a672856675acf9a888dc27a17b684c88a7f69d | |
parent | 2027c10a9f0847ad0fd49ae6ca39c8346c3a5126 [diff] |
net: lwm2m: relocate/memory align notification_attrs struct For code clarity, let's move notification_attrs structure to the top of lwm2m_engine.c. While we're at it, we can re-order it's members for memory alignment. NOTE: This patch does not change the current flash or SRAM usage but further additions to the notification_attrs structure could. Signed-off-by: Michael Scott <michael@opensourcefoundries.com>