diff options
author | Lukas Larsson <[email protected]> | 2016-06-17 16:03:58 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2016-07-14 16:00:40 +0200 |
commit | cb5fca03189deb691b9bc2f1f8bd65033bd99320 (patch) | |
tree | ee25a0cd49a6c36ca3ee32c42a28964e4fd0c85f /erts/emulator/beam/erl_process.h | |
parent | f7b0cbbab08f2d3f733dfe2e201ce0ff614daaf3 (diff) | |
download | otp-cb5fca03189deb691b9bc2f1f8bd65033bd99320.tar.gz otp-cb5fca03189deb691b9bc2f1f8bd65033bd99320.tar.bz2 otp-cb5fca03189deb691b9bc2f1f8bd65033bd99320.zip |
erts: Fix msacc for dirty scheduler and heap_limit
Diffstat (limited to 'erts/emulator/beam/erl_process.h')
-rw-r--r-- | erts/emulator/beam/erl_process.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/erts/emulator/beam/erl_process.h b/erts/emulator/beam/erl_process.h index 7c98b60647..714e63e986 100644 --- a/erts/emulator/beam/erl_process.h +++ b/erts/emulator/beam/erl_process.h @@ -989,8 +989,7 @@ struct process { Uint32 rcount; /* suspend count */ int schedule_count; /* Times left to reschedule a low prio process */ Uint reds; /* No of reductions for this process */ - Eterm group_leader; /* Pid in charge - (can be boxed) */ + Eterm group_leader; /* Pid in charge (can be boxed) */ Uint flags; /* Trap exit, etc (no trace flags anymore) */ Eterm fvalue; /* Exit & Throw value (failure reason) */ Uint freason; /* Reason for detected failure */ |