aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/nifs/common/socket_int.h
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2019-05-10 14:26:41 +0200
committerMicael Karlberg <[email protected]>2019-06-24 15:10:42 +0200
commitcd0f46d1f286b28d1289c2be4218c83b980f241d (patch)
tree614175b78e8106424a552558f551756dc355f3ff /erts/emulator/nifs/common/socket_int.h
parentba72ec760adfc8c35628d7e02477d4b0f42d0e07 (diff)
downloadotp-cd0f46d1f286b28d1289c2be4218c83b980f241d.tar.gz
otp-cd0f46d1f286b28d1289c2be4218c83b980f241d.tar.bz2
otp-cd0f46d1f286b28d1289c2be4218c83b980f241d.zip
[esock] Add command (nif) function
Add a command function to the socket API. Currently only used for changing global debug. OTP-15817
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 d6977be5aa..ac689e82b1 100644
--- a/erts/emulator/nifs/common/socket_int.h
+++ b/erts/emulator/nifs/common/socket_int.h
@@ -130,6 +130,7 @@ typedef unsigned int BOOLEAN_T;
GLOBAL_ATOM_DEF(busy_poll); \
GLOBAL_ATOM_DEF(checksum); \
GLOBAL_ATOM_DEF(close); \
+ GLOBAL_ATOM_DEF(command); \
GLOBAL_ATOM_DEF(connect); \
GLOBAL_ATOM_DEF(congestion); \
GLOBAL_ATOM_DEF(context); \