diff options
author | Rickard Green <[email protected]> | 2016-05-31 21:03:47 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2016-05-31 21:03:47 +0200 |
commit | 9e4d723e601f720e024237e56c6f302ce5125831 (patch) | |
tree | f49bf234217a6e58fac5fee15842016b52e05bb6 /erts/emulator/beam | |
parent | 7321e2a3cde97342f966193cb69e682596e36536 (diff) | |
download | otp-9e4d723e601f720e024237e56c6f302ce5125831.tar.gz otp-9e4d723e601f720e024237e56c6f302ce5125831.tar.bz2 otp-9e4d723e601f720e024237e56c6f302ce5125831.zip |
Update process state flags in etp-commands
Diffstat (limited to 'erts/emulator/beam')
-rw-r--r-- | erts/emulator/beam/erl_process.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_process.h b/erts/emulator/beam/erl_process.h index 7569fd81bd..7c98b60647 100644 --- a/erts/emulator/beam/erl_process.h +++ b/erts/emulator/beam/erl_process.h @@ -1167,6 +1167,9 @@ void erts_check_for_holes(Process* p); * USR_PRIO -> User prio. i.e., prio the user has set. * PRQ_PRIO -> Prio queue prio, i.e., prio queue currently * enqueued in. + * + * Update etp-proc-state-int in $ERL_TOP/erts/etc/unix/etp-commands.in + * when changing ERTS_PSFLG_*. */ #define ERTS_PSFLGS_ACT_PRIO_MASK \ (ERTS_PSFLGS_PRIO_MASK << ERTS_PSFLGS_ACT_PRIO_OFFSET) |