new approach to handling Transport Masters when engine is restarted
Trust that ::reset() works for all transport masters, and call it when engine is stopped. This way the transport masters are ready to be called again as soon as the engine restarts.
This commit is contained in:
@@ -57,6 +57,12 @@ Engine_TransportMaster::check_backend()
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
Engine_TransportMaster::reset (bool)
|
||||
{
|
||||
_starting = false;
|
||||
}
|
||||
|
||||
bool
|
||||
Engine_TransportMaster::locked() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user