Only emit RouteProcessorChange if disk-i/o point actually changes

This commit is contained in:
Robin Gareus 2022-05-24 02:26:08 +02:00
parent baa30262b8
commit 4d5ac90248
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -6374,8 +6374,10 @@ Route::set_disk_io_point (DiskIOPoint diop)
configure_processors (0);
}
if (changed) {
processors_changed (RouteProcessorChange ()); /* EMIT SIGNAL */
}
}
void
Route::set_loop (Location* l)