aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2019-04-10 18:46:23 +0200
committerSverker Eriksson <[email protected]>2019-04-10 18:47:21 +0200
commit56282ffc3282c7183d1e94e8dd210a344b7a984a (patch)
tree78d212eb477ee61b13e80e816171f60437ff278e /erts
parentdb6059a9217767a6e42e93cec05089c0ec977d20 (diff)
downloadotp-56282ffc3282c7183d1e94e8dd210a344b7a984a.tar.gz
otp-56282ffc3282c7183d1e94e8dd210a344b7a984a.tar.bz2
otp-56282ffc3282c7183d1e94e8dd210a344b7a984a.zip
erts: Add missing docs for DFLAG_MAP_TAG and DFLAG_BIG_CREATION
Diffstat (limited to 'erts')
-rw-r--r--erts/doc/src/erl_dist_protocol.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/erts/doc/src/erl_dist_protocol.xml b/erts/doc/src/erl_dist_protocol.xml
index 610351db6c..79f703455a 100644
--- a/erts/doc/src/erl_dist_protocol.xml
+++ b/erts/doc/src/erl_dist_protocol.xml
@@ -829,6 +829,14 @@ DiB == gen_digest(ChA, ICA)?
<item>
<p>The node understand UTF-8 encoded atoms.</p>
</item>
+ <tag><c>-define(DFLAG_MAP_TAG, 16#20000).</c></tag>
+ <item>
+ <p>The node understand the map tag.</p>
+ </item>
+ <tag><c>-define(DFLAG_BIG_CREATION, 16#40000).</c></tag>
+ <item>
+ <p>The node understand big node creation.</p>
+ </item>
</taglist>
</section>
</section>