aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/unix/erl_child_setup.h
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2018-12-18 18:00:13 +0100
committerSverker Eriksson <[email protected]>2018-12-18 18:00:13 +0100
commit6f9314602ce3f29e3c87e44e2416753283ae8a06 (patch)
tree0ec11d993d0542c0c95d6f8ae490f14ae14caf56 /erts/emulator/sys/unix/erl_child_setup.h
parent44b09e036b31b29dddc3b178e8f6b9fc96a9a874 (diff)
parente2c0a692474af17232bbc89477b0c2ef654024f6 (diff)
downloadotp-6f9314602ce3f29e3c87e44e2416753283ae8a06.tar.gz
otp-6f9314602ce3f29e3c87e44e2416753283ae8a06.tar.bz2
otp-6f9314602ce3f29e3c87e44e2416753283ae8a06.zip
Merge branch 'sverker/erl_child_setup/ERIERL-231/OTP-15488'
* sverker/erl_child_setup/ERIERL-231/OTP-15488: Add assertions to forker and erl_child_setup
Diffstat (limited to 'erts/emulator/sys/unix/erl_child_setup.h')
-rw-r--r--erts/emulator/sys/unix/erl_child_setup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/sys/unix/erl_child_setup.h b/erts/emulator/sys/unix/erl_child_setup.h
index 0058b92344..a67675489b 100644
--- a/erts/emulator/sys/unix/erl_child_setup.h
+++ b/erts/emulator/sys/unix/erl_child_setup.h
@@ -51,6 +51,7 @@ typedef unsigned long long ErtsSysPortId;
#endif
typedef struct ErtsSysForkerProto_ {
+ enum { FORKER_MAGIC_NUMBER = 0xbe6affe1 } magic_number;
enum {
ErtsSysForkerProtoAction_Start,
ErtsSysForkerProtoAction_StartAck,