diff options
author | Steven Gravell <[email protected]> | 2010-09-19 18:48:24 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2011-03-21 15:46:47 +0100 |
commit | c425230a40c85c343538d88fccf278bc4ec569c5 (patch) | |
tree | 6229714d8c5ef5ccfbfce62d22a0d968ee53909e /erts/etc/common | |
parent | b915bb2da3e5f507439df3ee8e259fb0a9bc424e (diff) | |
download | otp-c425230a40c85c343538d88fccf278bc4ec569c5.tar.gz otp-c425230a40c85c343538d88fccf278bc4ec569c5.tar.bz2 otp-c425230a40c85c343538d88fccf278bc4ec569c5.zip |
Remove traces of release_handler reading from filesystem when it has Masters list
There are a couple of places in release_handler and release_handler_1
that assumed it has a disk to read from, which in the case of an
erl_prim_loader Loader other than efile is not necessarily true
Add check_paths/2 to do the equivalent of check_path/1 for when there
is a Masters list
Change get_vsn to no longer get sent File paths but instead use the
Bin since beam_lib:version being sent a file path causes it to read
the local file system
Add get_current_vsn/1 as an equivalent to
beam_lib:version(code:which(Mod)), but using erl_prim_loader:get_file
instead of reading from local file system
Diffstat (limited to 'erts/etc/common')
0 files changed, 0 insertions, 0 deletions