diff options
author | Siri Hansen <[email protected]> | 2016-02-03 12:10:06 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2016-02-03 12:14:10 +0100 |
commit | 4422cb32637a341eac2dc03172e4aa859be67f34 (patch) | |
tree | 7bc906be4116fc755aa11a45730297eb365fe31a /lib/sasl/src/sasl.app.src | |
parent | b8c6a1196f0be5a2e98429797b43c24784bcafca (diff) | |
download | otp-4422cb32637a341eac2dc03172e4aa859be67f34.tar.gz otp-4422cb32637a341eac2dc03172e4aa859be67f34.tar.bz2 otp-4422cb32637a341eac2dc03172e4aa859be67f34.zip |
Add supervisor:get_callback_module/1
This function is used by release_handler during upgrade. This was
earlier implemented in the release_handler, but it required a copy og
the definition of the supervisor's internal state, which caused
problems when this state was updated.
Diffstat (limited to 'lib/sasl/src/sasl.app.src')
-rw-r--r-- | lib/sasl/src/sasl.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sasl/src/sasl.app.src b/lib/sasl/src/sasl.app.src index 705bb73fc5..507e2dc229 100644 --- a/lib/sasl/src/sasl.app.src +++ b/lib/sasl/src/sasl.app.src @@ -46,6 +46,6 @@ {env, [{sasl_error_logger, tty}, {errlog_type, all}]}, {mod, {sasl, []}}, - {runtime_dependencies, ["tools-2.6.14","stdlib-2.6","kernel-4.1", + {runtime_dependencies, ["tools-2.6.14","stdlib-2.8","kernel-4.1", "erts-6.0"]}]}. |