diff options
author | Rickard Green <[email protected]> | 2016-11-01 16:08:21 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2016-11-22 16:21:25 +0100 |
commit | e9ac0c64a78c858d474757d435f3c7dce2a224b1 (patch) | |
tree | 6716026c269ca2e7a39e028ffae3cec6dbbb970d /erts/emulator/beam/erl_process.h | |
parent | dd2e99bdd726d4322c8e07c81731ad66ae05176e (diff) | |
download | otp-e9ac0c64a78c858d474757d435f3c7dce2a224b1.tar.gz otp-e9ac0c64a78c858d474757d435f3c7dce2a224b1.tar.bz2 otp-e9ac0c64a78c858d474757d435f3c7dce2a224b1.zip |
Fix call time tracing with dirty schedulers
Diffstat (limited to 'erts/emulator/beam/erl_process.h')
-rw-r--r-- | erts/emulator/beam/erl_process.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_process.h b/erts/emulator/beam/erl_process.h index 435b53fb5f..9214d05456 100644 --- a/erts/emulator/beam/erl_process.h +++ b/erts/emulator/beam/erl_process.h @@ -111,6 +111,7 @@ extern int erts_eager_check_io; extern int erts_sched_compact_load; extern int erts_sched_balance_util; extern Uint erts_no_schedulers; +extern Uint erts_no_total_schedulers; #ifdef ERTS_DIRTY_SCHEDULERS extern Uint erts_no_dirty_cpu_schedulers; extern Uint erts_no_dirty_io_schedulers; |