Separate class for SystemGuardian, see #2552
* Also checks that the Terminated originates for user guardian
This commit is contained in:
parent
6f727ecd29
commit
dec3184dfa
2 changed files with 28 additions and 9 deletions
|
|
@ -25,7 +25,7 @@ private[akka] case class DaemonMsgCreate(props: Props, deploy: Deploy, path: Str
|
|||
private[akka] class RemoteSystemDaemon(system: ActorSystemImpl, _path: ActorPath, _parent: InternalActorRef, _log: LoggingAdapter)
|
||||
extends VirtualPathContainer(system.provider, _path, _parent, _log) {
|
||||
|
||||
import akka.actor.Guardian._
|
||||
import akka.actor.SystemGuardian._
|
||||
|
||||
private val terminating = new Switch(false)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue