aboutsummaryrefslogtreecommitdiffstats
path: root/erts/preloaded/ebin
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2019-03-08 15:37:15 +0100
committerMicael Karlberg <[email protected]>2019-04-17 16:56:33 +0200
commit9dcdb6714391c4f496e91f95cb293bf7bdf97f2c (patch)
tree99b39f5823da28f33b604c2dfbf404f5bf1a1a53 /erts/preloaded/ebin
parentde49a641d635b2b0c494e64f78069049ab56cd5e (diff)
downloadotp-9dcdb6714391c4f496e91f95cb293bf7bdf97f2c.tar.gz
otp-9dcdb6714391c4f496e91f95cb293bf7bdf97f2c.tar.bz2
otp-9dcdb6714391c4f496e91f95cb293bf7bdf97f2c.zip
[socket] Messages from the nif code now has a proper socket
The messages sent from the nif code to an erlang process has been changed to: {'$socket', Socket :: socket(), Tag :: atom(), Info :: term()} This is in preparation for (using) the new enif select API. OTP-15496
Diffstat (limited to 'erts/preloaded/ebin')
-rw-r--r--erts/preloaded/ebin/socket.beambin70312 -> 70284 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/erts/preloaded/ebin/socket.beam b/erts/preloaded/ebin/socket.beam
index e44dff8475..23b3269990 100644
--- a/erts/preloaded/ebin/socket.beam
+++ b/erts/preloaded/ebin/socket.beam
Binary files differ