aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erl_interface/src/connect/ei_connect.c
diff options
context:
space:
mode:
authorPatrik Nyblom <[email protected]>2010-12-15 12:28:52 +0100
committerPatrik Nyblom <[email protected]>2010-12-15 12:28:52 +0100
commit36cb935fadde690f923bb5ae5a729f8ca6212046 (patch)
tree36715da8e84231301cc8b11960a2e8d4d5678cea /lib/erl_interface/src/connect/ei_connect.c
parent6bbe383ed4fd8fe4540b27b0b8ba7f7330fcf793 (diff)
downloadotp-36cb935fadde690f923bb5ae5a729f8ca6212046.tar.gz
otp-36cb935fadde690f923bb5ae5a729f8ca6212046.tar.bz2
otp-36cb935fadde690f923bb5ae5a729f8ca6212046.zip
Remove ancient distribution message DOP_NODE_LINK from all code
Diffstat (limited to 'lib/erl_interface/src/connect/ei_connect.c')
-rw-r--r--lib/erl_interface/src/connect/ei_connect.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/erl_interface/src/connect/ei_connect.c b/lib/erl_interface/src/connect/ei_connect.c
index 99ccba0686..53b0e0426b 100644
--- a/lib/erl_interface/src/connect/ei_connect.c
+++ b/lib/erl_interface/src/connect/ei_connect.c
@@ -938,7 +938,7 @@ int ei_do_receive_msg(int fd, int staticbuffer_p,
return ERL_ERROR;
}
x->index = x->buffsz;
- switch (msg->msgtype) { /* FIXME are these all? */
+ switch (msg->msgtype) { /* FIXME does not handle trace tokens and monitors */
case ERL_SEND:
case ERL_REG_SEND:
case ERL_LINK:
@@ -946,7 +946,6 @@ int ei_do_receive_msg(int fd, int staticbuffer_p,
case ERL_GROUP_LEADER:
case ERL_EXIT:
case ERL_EXIT2:
- case ERL_NODE_LINK:
return ERL_MSG;
default: