aboutsummaryrefslogtreecommitdiffstats
path: root/lib/runtime_tools/src/runtime_tools.app.src
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2013-07-05 18:23:25 +0200
committerBjörn-Egil Dahlberg <[email protected]>2013-07-12 14:28:11 +0200
commit26aa1ac35208258479e6c1d1c9573bd33ff89ff8 (patch)
tree2c1d749aa0a507f33cdedc8948b4a3b89a31078b /lib/runtime_tools/src/runtime_tools.app.src
parentd992aee804dc3e85831f0545c632e78b23dc7e4f (diff)
downloadotp-26aa1ac35208258479e6c1d1c9573bd33ff89ff8.tar.gz
otp-26aa1ac35208258479e6c1d1c9573bd33ff89ff8.tar.bz2
otp-26aa1ac35208258479e6c1d1c9573bd33ff89ff8.zip
Add system information aggregate
Diffstat (limited to 'lib/runtime_tools/src/runtime_tools.app.src')
-rw-r--r--lib/runtime_tools/src/runtime_tools.app.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/runtime_tools/src/runtime_tools.app.src b/lib/runtime_tools/src/runtime_tools.app.src
index 602048dc21..d46cfe1f32 100644
--- a/lib/runtime_tools/src/runtime_tools.app.src
+++ b/lib/runtime_tools/src/runtime_tools.app.src
@@ -21,7 +21,7 @@
{vsn, "%VSN%"},
{modules, [appmon_info, dbg,observer_backend,percept_profile,
runtime_tools,runtime_tools_sup,erts_alloc_config,
- ttb_autostart,dyntrace]},
+ ttb_autostart,dyntrace,system_information]},
{registered, [runtime_tools_sup]},
{applications, [kernel, stdlib]},
{env, []},