aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/nifs/common/socket_int.h
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2019-05-11 13:38:09 +0200
committerMicael Karlberg <[email protected]>2019-05-29 13:47:40 +0200
commit9e62e908c02988a4d3d8615f61100b9ed6fa7e6c (patch)
tree3f66677c3a1342c9bbeedad6645fcdb111b8e73e /erts/emulator/nifs/common/socket_int.h
parent247529ce5cb50cd9e645d3658e20420b8cf5263b (diff)
downloadotp-9e62e908c02988a4d3d8615f61100b9ed6fa7e6c.tar.gz
otp-9e62e908c02988a4d3d8615f61100b9ed6fa7e6c.tar.bz2
otp-9e62e908c02988a4d3d8615f61100b9ed6fa7e6c.zip
[esock] Finalize handling of Unix Domain Socket
Corrected various issues and added missing stuff. Default protocol is now indicated with the atom 'default' instead of the atom 'null'. Also let the underlying OS decide what protocol is actually the default protocol. OTP-15822
Diffstat (limited to 'erts/emulator/nifs/common/socket_int.h')
-rw-r--r--erts/emulator/nifs/common/socket_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/nifs/common/socket_int.h b/erts/emulator/nifs/common/socket_int.h
index 38c28a6de5..d6977be5aa 100644
--- a/erts/emulator/nifs/common/socket_int.h
+++ b/erts/emulator/nifs/common/socket_int.h
@@ -139,6 +139,7 @@ typedef unsigned int BOOLEAN_T;
GLOBAL_ATOM_DEF(ctrunc); \
GLOBAL_ATOM_DEF(data); \
GLOBAL_ATOM_DEF(debug); \
+ GLOBAL_ATOM_DEF(default); \
GLOBAL_ATOM_DEF(default_send_params); \
GLOBAL_ATOM_DEF(delayed_ack_time); \
GLOBAL_ATOM_DEF(dgram); \