Commit fd7758c
main_phase_timer should be stopped along with SD (#740)
* main_phase_timer should be stopped along with SD
If not stopped, it might prevent routingmanagerd from quitting
gracefully. Thread will be blocked on join().
* fixup! main_phase_timer should be stopped along with SD
Swapped lock_guard for a scoped_lock
---------
Co-authored-by: Eugene Kozlov <[email protected]>1 parent 637fb6c commit fd7758c
File tree
2 files changed
+9
-0
lines changed- implementation/service_discovery
- include
- src
2 files changed
+9
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| 267 | + | |
267 | 268 | | |
268 | 269 | | |
269 | 270 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| 209 | + | |
209 | 210 | | |
210 | 211 | | |
211 | 212 | | |
| |||
3235 | 3236 | | |
3236 | 3237 | | |
3237 | 3238 | | |
| 3239 | + | |
| 3240 | + | |
| 3241 | + | |
| 3242 | + | |
| 3243 | + | |
| 3244 | + | |
| 3245 | + | |
3238 | 3246 | | |
3239 | 3247 | | |
3240 | 3248 | | |
| |||
0 commit comments