diff options
author | Zandra Hird <[email protected]> | 2016-06-17 14:24:21 +0200 |
---|---|---|
committer | Zandra Hird <[email protected]> | 2016-06-17 14:24:21 +0200 |
commit | ad614116e739e45fcce34f614335c6b8f67e614d (patch) | |
tree | 8bfdb78768df9ed6bb2526e35266839f9b6d56e9 /erts | |
parent | 700a2b6f0711ec6e0f2c456f1fb9fd9662e5097d (diff) | |
parent | 0cf97f4d5c6a3c30dd7d8e200188001442b3822c (diff) | |
download | otp-ad614116e739e45fcce34f614335c6b8f67e614d.tar.gz otp-ad614116e739e45fcce34f614335c6b8f67e614d.tar.bz2 otp-ad614116e739e45fcce34f614335c6b8f67e614d.zip |
Merge branch 'zandra/update-dist-doc'
* zandra/update-dist-doc:
Remove unused Cookie from ControlMessage in the dist protocol doc
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/erl_dist_protocol.xml | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/erts/doc/src/erl_dist_protocol.xml b/erts/doc/src/erl_dist_protocol.xml index f9fa981d9a..25f601a235 100644 --- a/erts/doc/src/erl_dist_protocol.xml +++ b/erts/doc/src/erl_dist_protocol.xml @@ -930,11 +930,14 @@ DiB == gen_digest(ChA,ICA) ? <tag><c>SEND</c></tag> <item> <p> - <c>{2, Cookie, ToPid}</c> + <c>{2, Unused, ToPid}</c> </p> <p> <em>Note</em> followed by <c>Message</c> </p> + <p> + <c>Unused</c> is kept for backward compatibility + </p> </item> <tag><c>EXIT</c></tag> @@ -961,11 +964,14 @@ DiB == gen_digest(ChA,ICA) ? <tag><c>REG_SEND</c></tag> <item> <p> - <c>{6, FromPid, Cookie, ToName}</c> + <c>{6, FromPid, Unused, ToName}</c> </p> <p> <em>Note</em> followed by <c>Message</c> </p> + <p> + <c>Unused</c> is kept for backward compatibility + </p> </item> <tag><c>GROUP_LEADER</c></tag> @@ -991,11 +997,14 @@ DiB == gen_digest(ChA,ICA) ? <tag><c>SEND_TT</c></tag> <item> <p> - <c>{12, Cookie, ToPid, TraceToken}</c> + <c>{12, Unused, ToPid, TraceToken}</c> </p> <p> <em>Note</em> followed by <c>Message</c> </p> + <p> + <c>Unused</c> is kept for backward compatibility + </p> </item> <tag><c>EXIT_TT</c></tag> @@ -1008,11 +1017,14 @@ DiB == gen_digest(ChA,ICA) ? <tag><c>REG_SEND_TT</c></tag> <item> <p> - <c>{16, FromPid, Cookie, ToName, TraceToken}</c> + <c>{16, FromPid, Unused, ToName, TraceToken}</c> </p> <p> <em>Note</em> followed by <c>Message</c> </p> + <p> + <c>Unused</c> is kept for backward compatibility + </p> </item> <tag><c>EXIT2_TT</c></tag> |