Commit 7920f35
committed
Add reenatrancy guard for
We add a reenatrancy guard to disallow entering
`process_pending_htlc_forwards` multiple times. This makes sure that
we'd skip any additional processing calls if a prior round/batch of
processing is still underway.process_pending_htlc_forwards
1 parent c85edf2 commit 7920f35
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6337 | 6337 | | |
6338 | 6338 | | |
6339 | 6339 | | |
| 6340 | + | |
| 6341 | + | |
| 6342 | + | |
| 6343 | + | |
| 6344 | + | |
6340 | 6345 | | |
6341 | 6346 | | |
6342 | 6347 | | |
| |||
7178 | 7183 | | |
7179 | 7184 | | |
7180 | 7185 | | |
| 7186 | + | |
7181 | 7187 | | |
7182 | 7188 | | |
7183 | 7189 | | |
| |||
0 commit comments