commit | 7bc2a1bb47b92c827945db7d27b6d21d21581a18 | [log] [tgz] |
---|---|---|
author | Etienne de Maricourt <edmecomemail@gmail.com> | Wed Mar 05 20:42:02 2025 +0100 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Thu Mar 06 11:38:09 2025 +0000 |
tree | 65366f00dc352e6e14a2d55bf0f64397eb3d7d23 | |
parent | 333faddd43ff4958bbcb441fd3aa4e7e2f7cf371 [diff] |
net: lwm2m: Fix data cache rollback logic compilation The root cause of this issue is a modification of `struct ring_buf` in 3075a7d9. Even though all the fields of the struct are marked as internal, the LwM2M code is using some of them to roll back the state of the ring buffer on failure. Signed-off-by: Etienne de Maricourt <edmecomemail@gmail.com>