-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Calculate a serial number for each simulator instance. This makes it
possible to use the serial number to identify an instance of simulator during and after restarted from a shutdown/crash. A simulator instance serial number is calculated as follows (separated by '-'. SERIAL_PREFIX + ip + khomeHash + persistHome where SERIAL_PREFIX is a constant, ip is the ip of the simualtor, khomeHash is the home (hash code) of the simulator instance, persistHome is the persist home name of the instance set in the SimulatorConfiguration.
- Loading branch information
1 parent
5928b5c
commit 06f0103
Showing
4 changed files
with
74 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters