aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/lib/kernel/include/dist.hrl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2019-02-22 11:35:53 +0100
committerBjörn Gustavsson <[email protected]>2019-02-22 11:36:20 +0100
commit1af28d672de91a12bea2c6332a14f040fbf4d63a (patch)
tree4059a847c74fc0ed7016732f79e104bb91ff400d /bootstrap/lib/kernel/include/dist.hrl
parentd0ce82e6a1538de602afa558e71977884fa2e8aa (diff)
downloadotp-1af28d672de91a12bea2c6332a14f040fbf4d63a.tar.gz
otp-1af28d672de91a12bea2c6332a14f040fbf4d63a.tar.bz2
otp-1af28d672de91a12bea2c6332a14f040fbf4d63a.zip
Update primary bootstrap
Diffstat (limited to 'bootstrap/lib/kernel/include/dist.hrl')
-rw-r--r--bootstrap/lib/kernel/include/dist.hrl3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap/lib/kernel/include/dist.hrl b/bootstrap/lib/kernel/include/dist.hrl
index 003852f1b0..f06fc328d7 100644
--- a/bootstrap/lib/kernel/include/dist.hrl
+++ b/bootstrap/lib/kernel/include/dist.hrl
@@ -42,6 +42,9 @@
-define(DFLAG_BIG_CREATION, 16#40000).
-define(DFLAG_SEND_SENDER, 16#80000).
-define(DFLAG_BIG_SEQTRACE_LABELS, 16#100000).
+%% -define(DFLAG_NO_MAGIC, 16#200000). %% Used internally only
+-define(DFLAG_EXIT_PAYLOAD, 16#400000).
+-define(DFLAG_FRAGMENTS, 16#800000).
%% Also update dflag2str() in ../src/dist_util.erl
%% when adding flags...