aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/include/dist.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kernel/include/dist.hrl')
-rw-r--r--lib/kernel/include/dist.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/kernel/include/dist.hrl b/lib/kernel/include/dist.hrl
index 48701e12e4..f06fc328d7 100644
--- a/lib/kernel/include/dist.hrl
+++ b/lib/kernel/include/dist.hrl
@@ -44,6 +44,7 @@
-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...