Christian Schwarz d584e1ac54 daemon/job/active: fix race in updateTasks
If concurrent updates strictly modify *different* members of the tasks
struct, the copying + lock-drop still constitutes a race condition:
The last updater always wins and sets tasks to its copy + changes.
This eliminates the other updater's changes.
2018-10-12 22:15:07 +02:00
..
2018-09-04 16:43:55 -07:00
2018-08-27 22:22:44 +02:00
2018-08-27 22:22:44 +02:00
2018-08-27 19:13:35 +02:00