aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/unix/erl_child_setup.h
diff options
context:
space:
mode:
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,