aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools/src/runtime_tools.app.src
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2018-01-11 20:52:27 +0100
committerSverker Eriksson <[email protected]>2018-01-29 18:24:23 +0100
commit0359cdc8552ad056e976a8c097624b4305ef6755 (patch)
treef7dc7c928559e6c2d39607529b1d2b9b81dd9f4e /lib/runtime_tools/src/runtime_tools.app.src
parent919ef5de2858e606d4a9be3e0e995b0802c76e33 (diff)
downloadotp-0359cdc8552ad056e976a8c097624b4305ef6755.tar.gz
otp-0359cdc8552ad056e976a8c097624b4305ef6755.tar.bz2
otp-0359cdc8552ad056e976a8c097624b4305ef6755.zip
runtime_tools: Add scheduler module
Diffstat (limited to 'lib/runtime_tools/src/runtime_tools.app.src')
-rw-r--r--lib/runtime_tools/src/runtime_tools.app.src1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/runtime_tools/src/runtime_tools.app.src b/lib/runtime_tools/src/runtime_tools.app.src
index 449532e5c4..09a9b447c2 100644
--- a/lib/runtime_tools/src/runtime_tools.app.src
+++ b/lib/runtime_tools/src/runtime_tools.app.src
@@ -23,6 +23,7 @@
{modules, [appmon_info, dbg,observer_backend,runtime_tools,
runtime_tools_sup,erts_alloc_config,
ttb_autostart,dyntrace,system_information,
+ scheduler,
msacc]},
{registered, [runtime_tools_sup]},
{applications, [kernel, stdlib]},