aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_process.h
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2016-07-14 16:19:26 +0200
committerLukas Larsson <[email protected]>2016-07-14 16:19:26 +0200
commit2a74dd3344db6b6d1ae897dae221401df358eba1 (patch)
treea78cd6f373039ffad4ece5c05149823636e71a34 /erts/emulator/beam/erl_process.h
parenteeebefc37ae342f3d7cbbd329b6d75d3963e4811 (diff)
parent0737ad60e3ab97aa481d63c17eebafe1f2bddd55 (diff)
downloadotp-2a74dd3344db6b6d1ae897dae221401df358eba1.tar.gz
otp-2a74dd3344db6b6d1ae897dae221401df358eba1.tar.bz2
otp-2a74dd3344db6b6d1ae897dae221401df358eba1.zip
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/beam/erl_process.h')
-rw-r--r--erts/emulator/beam/erl_process.h3
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 */