diff options
author | Sverker Eriksson <sverker@erlang.org> | 2019-04-10 18:46:23 +0200 |
---|---|---|
committer | Sverker Eriksson <sverker@erlang.org> | 2019-04-10 18:47:21 +0200 |
commit | 56282ffc3282c7183d1e94e8dd210a344b7a984a (patch) | |
tree | 78d212eb477ee61b13e80e816171f60437ff278e | |
parent | db6059a9217767a6e42e93cec05089c0ec977d20 (diff) | |
download | erlang-56282ffc3282c7183d1e94e8dd210a344b7a984a.tar.gz |
erts: Add missing docs for DFLAG_MAP_TAG and DFLAG_BIG_CREATION
-rw-r--r-- | erts/doc/src/erl_dist_protocol.xml | 8 |
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> |