aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_process.h
diff options
context:
space:
mode:
authorPatrik Nyblom <[email protected]>2013-04-19 17:29:07 +0200
committerPatrik Nyblom <[email protected]>2013-04-19 17:29:07 +0200
commit408a4b2009213e40a6d303fce786aa7bc27c9697 (patch)
tree46b87e0973a58e1a311289e4c6962f65c760d23b /erts/emulator/beam/erl_process.h
parent32b32fb6dd9e4c501c434789625e270e437960e3 (diff)
downloadotp-408a4b2009213e40a6d303fce786aa7bc27c9697.tar.gz
otp-408a4b2009213e40a6d303fce786aa7bc27c9697.tar.bz2
otp-408a4b2009213e40a6d303fce786aa7bc27c9697.zip
Add erlang:system_monitor(Pid,[{long_schedule,Millis}])
Diffstat (limited to 'erts/emulator/beam/erl_process.h')
-rw-r--r--erts/emulator/beam/erl_process.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_process.h b/erts/emulator/beam/erl_process.h
index 7c481a91dd..968971ed4c 100644
--- a/erts/emulator/beam/erl_process.h
+++ b/erts/emulator/beam/erl_process.h
@@ -894,6 +894,7 @@ extern erts_smp_rwmtx_t erts_cpu_bind_rwmtx;
*/
extern Eterm erts_system_monitor;
extern Uint erts_system_monitor_long_gc;
+extern Uint erts_system_monitor_long_schedule;
extern Uint erts_system_monitor_large_heap;
struct erts_system_monitor_flags_t {
unsigned int busy_port : 1;