From 0cf97f4d5c6a3c30dd7d8e200188001442b3822c Mon Sep 17 00:00:00 2001 From: Zandra Hird Date: Thu, 16 Jun 2016 14:59:31 +0200 Subject: Remove unused Cookie from ControlMessage in the dist protocol doc The Cookie was removed a long time ago, but the documentation was not updated accordingly. --- erts/doc/src/erl_dist_protocol.xml | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'erts') 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) ? SEND

- {2, Cookie, ToPid} + {2, Unused, ToPid}

Note followed by Message

+

+ Unused is kept for backward compatibility +

EXIT @@ -961,11 +964,14 @@ DiB == gen_digest(ChA,ICA) ? REG_SEND

- {6, FromPid, Cookie, ToName} + {6, FromPid, Unused, ToName}

Note followed by Message

+

+ Unused is kept for backward compatibility +

GROUP_LEADER @@ -991,11 +997,14 @@ DiB == gen_digest(ChA,ICA) ? SEND_TT

- {12, Cookie, ToPid, TraceToken} + {12, Unused, ToPid, TraceToken}

Note followed by Message

+

+ Unused is kept for backward compatibility +

EXIT_TT @@ -1008,11 +1017,14 @@ DiB == gen_digest(ChA,ICA) ? REG_SEND_TT

- {16, FromPid, Cookie, ToName, TraceToken} + {16, FromPid, Unused, ToName, TraceToken}

Note followed by Message

+

+ Unused is kept for backward compatibility +

EXIT2_TT -- cgit v1.2.3