summaryrefslogtreecommitdiff
path: root/bootstrap/lib/kernel/include/dist.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/lib/kernel/include/dist.hrl')
-rw-r--r--bootstrap/lib/kernel/include/dist.hrl8
1 files changed, 8 insertions, 0 deletions
diff --git a/bootstrap/lib/kernel/include/dist.hrl b/bootstrap/lib/kernel/include/dist.hrl
index 16320b64e9..4eef2bb3fc 100644
--- a/bootstrap/lib/kernel/include/dist.hrl
+++ b/bootstrap/lib/kernel/include/dist.hrl
@@ -72,6 +72,14 @@
?DFLAG_BIG_CREATION bor
?DFLAG_HANDSHAKE_23)).
+%% New mandatory flags in OTP 26
+-define(MANDATORY_DFLAGS_26, (?DFLAG_V4_NC bor
+ ?DFLAG_UNLINK_ID)).
+
+%% All mandatory flags
+-define(DFLAGS_MANDATORY, (?MANDATORY_DFLAGS_25 bor
+ ?MANDATORY_DFLAGS_26)).
+
%% Also update dflag2str() in ../src/dist_util.erl
%% when adding flags...