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
Be a bit more verbose in the _actions_deferred mon upd handler
In 99df17e we moved the "call
style" argument out of `handle_new_monitor_update`, making each an
individual macro instead. For the
`REMAIN_LOCKED_UPDATE_ACTIONS_PROCESSED_LATER` call style, we
renamed the macro `handle_new_monitor_update_actions_deferred`.
That name doesn't really capture the requirements of that
incredibly-awkward macro - namely that the actions need to be
processed by the caller (rather than just being "deferred" and
handled in some automated way later) and that the macro really
should only be used when the callsite needs the peer state locks to
remain locked, rather than being able to drop them to handle
post-update actions.
Here we rename it to the (mouthful)
`handle_new_monitor_update_locked_actions_handled_by_caller`.
Luckily its only used in two places.
0 commit comments