diff options
author | Lukas Larsson <[email protected]> | 2018-09-19 16:37:55 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2019-02-21 16:38:04 +0100 |
commit | 9a7df41a9e5361049a17c8aa971b52599fba2632 (patch) | |
tree | 9084706715fd064a1011753e2e72fe49e05875ba /otp_build | |
parent | 0184c2e0438ac42c44d14e92b13e2807e0a670b3 (diff) | |
download | otp-9a7df41a9e5361049a17c8aa971b52599fba2632.tar.gz otp-9a7df41a9e5361049a17c8aa971b52599fba2632.tar.bz2 otp-9a7df41a9e5361049a17c8aa971b52599fba2632.zip |
erts: Move reason in dist messages to payload
The dist messages EXIT, EXIT2 and MONITOR_DOWN have been
updated with new versions that send the reason term as
part of the payload of the message instead of as part
of the control message.
This allows the decode of the reason to be done by the
receiving process instead of the dist entry which in turn
makes it possible for multiple decodes to be done in
parallel.
This change is done in order to make it easier to fragment
the potentially large payload of EXIT, EXIT2 and MONITOR_DOWN
into multiple distribution messages.
OTP-15611
Diffstat (limited to 'otp_build')
0 files changed, 0 insertions, 0 deletions