From 56282ffc3282c7183d1e94e8dd210a344b7a984a Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 10 Apr 2019 18:46:23 +0200 Subject: erts: Add missing docs for DFLAG_MAP_TAG and DFLAG_BIG_CREATION --- erts/doc/src/erl_dist_protocol.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'erts') 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)?

The node understand UTF-8 encoded atoms.

+ -define(DFLAG_MAP_TAG, 16#20000). + +

The node understand the map tag.

+
+ -define(DFLAG_BIG_CREATION, 16#40000). + +

The node understand big node creation.

+
-- cgit v1.2.3