Commit a1d2a95
committed
Be a bit more verbose in the
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._actions_deferred mon upd handler1 parent f336450 commit a1d2a95
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3288 | 3288 | | |
3289 | 3289 | | |
3290 | 3290 | | |
3291 | | - | |
3292 | | - | |
| 3291 | + | |
| 3292 | + | |
| 3293 | + | |
3293 | 3294 | | |
3294 | 3295 | | |
3295 | 3296 | | |
| |||
3741 | 3742 | | |
3742 | 3743 | | |
3743 | 3744 | | |
3744 | | - | |
| 3745 | + | |
3745 | 3746 | | |
3746 | 3747 | | |
3747 | 3748 | | |
| |||
14360 | 14361 | | |
14361 | 14362 | | |
14362 | 14363 | | |
14363 | | - | |
| 14364 | + | |
14364 | 14365 | | |
14365 | 14366 | | |
14366 | 14367 | | |
| |||
0 commit comments