diff options
author | Rickard Green <[email protected]> | 2017-08-01 18:34:58 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2017-08-28 14:43:33 +0200 |
commit | ffd59fbd9ac262b7aba4b86e7da4992a3e668e24 (patch) | |
tree | 7e26dd7d2d02264d4fe2e8860eff3d1546d18b08 /erts/doc/src/erlang.xml | |
parent | 4dcb2ae7810a507b701a30072b2f514cab7ebbdb (diff) | |
download | otp-ffd59fbd9ac262b7aba4b86e7da4992a3e668e24.tar.gz otp-ffd59fbd9ac262b7aba4b86e7da4992a3e668e24.tar.bz2 otp-ffd59fbd9ac262b7aba4b86e7da4992a3e668e24.zip |
Introduce sender in distributed signals and dflag configuration
Diffstat (limited to 'erts/doc/src/erlang.xml')
-rw-r--r-- | erts/doc/src/erlang.xml | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 8b0f97f30f..f1fcbd7532 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -1236,12 +1236,6 @@ end</code> <seealso marker="erlang#dist_ctrl_get_data_notification/1"><c>erlang:dist_ctrl_get_data_notification(DHandle)</c></seealso>. </p> <note><p> - The data retreived from this function needs to be delivered - as is to the node on the other end in the exact same order, - with no loss of data what so ever, as retrived from this - function. - </p></note> - <note><p> Only the process registered as distribution controller for the distribution channel identified by <c><anno>DHandle</anno></c> is allowed to call this @@ -1253,7 +1247,7 @@ end</code> controllers. <c><anno>DHandle</anno></c> is retrived via the callback <seealso marker="erts:alt_dist#hs_data_f_handshake_complete"><c>f_handshake_complete</c></seealso>. - More information about this can be found in the documentation of + More information can be found in the documentation of <seealso marker="erts:alt_dist#distribution_module">ERTS User's Guide ➜ How to implement an Alternative Carrier for the Erlang Distribution ➜ Distribution Module</seealso>. @@ -1289,7 +1283,7 @@ end</code> controllers. <c><anno>DHandle</anno></c> is retrived via the callback <seealso marker="erts:alt_dist#hs_data_f_handshake_complete"><c>f_handshake_complete</c></seealso>. - More information about this can be found in the documentation of + More information can be found in the documentation of <seealso marker="erts:alt_dist#distribution_module">ERTS User's Guide ➜ How to implement an Alternative Carrier for the Erlang Distribution ➜ Distribution Module</seealso>. @@ -1322,7 +1316,7 @@ end</code> controllers. <c><anno>DHandle</anno></c> is retrived via the callback <seealso marker="erts:alt_dist#hs_data_f_handshake_complete"><c>f_handshake_complete</c></seealso>. - More information about this can be found in the documentation of + More information can be found in the documentation of <seealso marker="erts:alt_dist#distribution_module">ERTS User's Guide ➜ How to implement an Alternative Carrier for the Erlang Distribution ➜ Distribution Module</seealso>. @@ -1339,11 +1333,6 @@ end</code> local node. </p> <note><p> - The data passed to the VM using this function needs to be - passed in the exact same order, and with no loss of data - what so ever, as sent from the node on the other end. - </p></note> - <note><p> Only the process registered as distribution controller for the distribution channel identified by <c><anno>DHandle</anno></c> is allowed to call this @@ -1360,7 +1349,7 @@ end</code> controllers. <c><anno>DHandle</anno></c> is retrived via the callback <seealso marker="erts:alt_dist#hs_data_f_handshake_complete"><c>f_handshake_complete</c></seealso>. - More information about this can be found in the documentation of + More information can be found in the documentation of <seealso marker="erts:alt_dist#distribution_module">ERTS User's Guide ➜ How to implement an Alternative Carrier for the Erlang Distribution ➜ Distribution Module</seealso>. |