commit | 16a40815200a4ab2587df6d6986d59b108bc7770 | [log] [tgz] |
---|---|---|
author | Peter A. Bigot <pab@pabigot.com> | Fri Sep 18 16:24:57 2020 -0500 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri Oct 02 11:29:14 2020 +0200 |
tree | 580f5e517cd6e42e19a55f5ce2c39a378076a8fd | |
parent | e390105b0fa489837a41fcda8d9b9b55e44f1ebf [diff] |
kernel: timer: update _timeout API for const correctness API that takes _timeout structures but doesn't change data in them is updated to const-qualify the underlying object, allowing information to be retrieved from contexts where the containing object is immutable. Signed-off-by: Peter A. Bigot <pab@pabigot.com>