diff options
author | John Högberg <[email protected]> | 2019-06-18 14:53:49 +0200 |
---|---|---|
committer | John Högberg <[email protected]> | 2019-06-18 14:53:49 +0200 |
commit | 0a80a16ccbac0b9730e4345251b3c14a7d6e9890 (patch) | |
tree | 888eac361734267e392d676d229a9dc87a4c9229 | |
parent | df60ce8cd980664acaea19132b3116011aa3b706 (diff) | |
parent | e4c7350a94affef3c295e00a4a6662222b6207d5 (diff) | |
download | otp-0a80a16ccbac0b9730e4345251b3c14a7d6e9890.tar.gz otp-0a80a16ccbac0b9730e4345251b3c14a7d6e9890.tar.bz2 otp-0a80a16ccbac0b9730e4345251b3c14a7d6e9890.zip |
Merge branch 'maint'
* maint:
alt_dist docs: Correct the mf_getstat description
-rw-r--r-- | erts/doc/src/alt_dist.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/erts/doc/src/alt_dist.xml b/erts/doc/src/alt_dist.xml index 7c997cae20..f72e8acd2c 100644 --- a/erts/doc/src/alt_dist.xml +++ b/erts/doc/src/alt_dist.xml @@ -680,7 +680,10 @@ of the distribution controller, <c>Received</c> is received packets, <c>Sent</c> is sent packets, and <c>PendSend</c> is - amount of packets in queue to be sent + amount of data in queue to be sent + (typically in bytes, but <c>dist_util</c> + only checks whether the value is non-zero + to know there is data in queue) or a <c>boolean()</c> indicating whether there are packets in queue to be sent. </p> |