diff options
author | Sverker Eriksson <[email protected]> | 2018-03-13 17:26:38 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2018-03-13 17:26:38 +0100 |
commit | 708b71548d9f0eee1676f7fca7c159a2d9a79abf (patch) | |
tree | 0c545824094954c1f471e0b8473c8172b930441c /erts/doc/src/erl_dist_protocol.xml | |
parent | 9cc4c75fd00eeb0688765b4685d2e958fb38b39a (diff) | |
parent | 5a1b9a836675b025eb1611f23ee9e2f5e4efa156 (diff) | |
download | otp-708b71548d9f0eee1676f7fca7c159a2d9a79abf.tar.gz otp-708b71548d9f0eee1676f7fca7c159a2d9a79abf.tar.bz2 otp-708b71548d9f0eee1676f7fca7c159a2d9a79abf.zip |
Merge branch 'sverker/dist-flags-consolidate'
Diffstat (limited to 'erts/doc/src/erl_dist_protocol.xml')
-rw-r--r-- | erts/doc/src/erl_dist_protocol.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/erts/doc/src/erl_dist_protocol.xml b/erts/doc/src/erl_dist_protocol.xml index a78b13aaa4..98a9a76b60 100644 --- a/erts/doc/src/erl_dist_protocol.xml +++ b/erts/doc/src/erl_dist_protocol.xml @@ -849,10 +849,9 @@ DiB == gen_digest(ChA, ICA)? </item> </taglist> <p> - There are also a collection of <c>DFLAG</c>s bitwise or:ed - together in the <c>DFLAGS_STRICT_ORDER_DELIVERY</c> macro. - These flags corresponds to features that require strict - ordering of data over distribution channels. + There is also function <c>dist_util:strict_order_flags/0</c> + returning all flags (bitwise or:ed together) corresponding to features + that require strict ordering of data over distribution channels. </p> </section> </section> |