rename ActorSystem.root to rootPath

This commit is contained in:
Roland 2011-11-17 10:54:17 +01:00
parent 5cc228e7b4
commit 2b6d9ca6bd
8 changed files with 23 additions and 22 deletions

View file

@ -107,7 +107,7 @@ class Gossiper(remote: Remote) {
private val connectionManager = new RemoteConnectionManager(app, remote, Map.empty[RemoteAddress, ActorRef])
private val seeds = Set(address) // FIXME read in list of seeds from config
private val address = app.root.remoteAddress
private val address = app.rootPath.remoteAddress
private val nodeFingerprint = address.##
private val random = SecureRandom.getInstance("SHA1PRNG")