aboutsummaryrefslogtreecommitdiffstats
path: root/erts/preloaded/ebin
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2018-06-08 15:25:51 +0200
committerMicael Karlberg <[email protected]>2018-09-18 14:42:46 +0200
commit5b7ac9423f07171e4cd682a216cc86b1d32c660a (patch)
treef1b68e5162f18b5191c63fd6ac46f0109f240538 /erts/preloaded/ebin
parent6b2c750c53a288d999c0f63dc6fe26a22d63ed00 (diff)
downloadotp-5b7ac9423f07171e4cd682a216cc86b1d32c660a.tar.gz
otp-5b7ac9423f07171e4cd682a216cc86b1d32c660a.tar.bz2
otp-5b7ac9423f07171e4cd682a216cc86b1d32c660a.zip
[net-nif] The net-module now actually loads
The net (nif) module now actually loads (automatically) when the VM is started (*on linux*). Now we must make sure it *actually* works, and implement the rest of the stuff...
Diffstat (limited to 'erts/preloaded/ebin')
-rw-r--r--erts/preloaded/ebin/init.beambin51508 -> 51544 bytes
-rw-r--r--erts/preloaded/ebin/net.beambin0 -> 4792 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/erts/preloaded/ebin/init.beam b/erts/preloaded/ebin/init.beam
index 6658ff1a33..9c8973845b 100644
--- a/erts/preloaded/ebin/init.beam
+++ b/erts/preloaded/ebin/init.beam
Binary files differ
diff --git a/erts/preloaded/ebin/net.beam b/erts/preloaded/ebin/net.beam
new file mode 100644
index 0000000000..a5746fb8c9
--- /dev/null
+++ b/erts/preloaded/ebin/net.beam
Binary files differ