aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_process.h
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2016-05-31 21:03:47 +0200
committerRickard Green <[email protected]>2016-05-31 21:03:47 +0200
commit9e4d723e601f720e024237e56c6f302ce5125831 (patch)
treef49bf234217a6e58fac5fee15842016b52e05bb6 /erts/emulator/beam/erl_process.h
parent7321e2a3cde97342f966193cb69e682596e36536 (diff)
downloadotp-9e4d723e601f720e024237e56c6f302ce5125831.tar.gz
otp-9e4d723e601f720e024237e56c6f302ce5125831.tar.bz2
otp-9e4d723e601f720e024237e56c6f302ce5125831.zip
Update process state flags in etp-commands
Diffstat (limited to 'erts/emulator/beam/erl_process.h')
-rw-r--r--erts/emulator/beam/erl_process.h3
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)