aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2019-02-06 11:31:40 +0100
committerGitHub <[email protected]>2019-02-06 11:31:40 +0100
commit4cd582c2ed035a20dba70863dcd1bd06f38caaa5 (patch)
tree4d8a7b77bda60d7c9717da74299274ecb2352b7a /erts/doc/src
parent9050bb9443006e94384875efd7036ad216e45530 (diff)
parenta7f51f7f903525350f0eb33a8751626610369d7b (diff)
downloadotp-4cd582c2ed035a20dba70863dcd1bd06f38caaa5.tar.gz
otp-4cd582c2ed035a20dba70863dcd1bd06f38caaa5.tar.bz2
otp-4cd582c2ed035a20dba70863dcd1bd06f38caaa5.zip
Merge PR-2127 from sverker/erts/enif_make_monitor_term/OTP-15362
Add enif_make_monitor_term
Diffstat (limited to 'erts/doc/src')
-rw-r--r--erts/doc/src/erl_nif.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/erts/doc/src/erl_nif.xml b/erts/doc/src/erl_nif.xml
index 34042cb4de..95b7188882 100644
--- a/erts/doc/src/erl_nif.xml
+++ b/erts/doc/src/erl_nif.xml
@@ -2217,6 +2217,18 @@ enif_inspect_iovec(env, max_elements, term, &amp;tail, &amp;iovec);
</func>
<func>
+ <name since="OTP @OTP-15362@"><ret>ERL_NIF_TERM</ret>
+ <nametext>enif_make_monitor_term(ErlNifEnv* env, const ErlNifMonitor* mon)</nametext></name>
+ <fsummary>Make monitor term from the given monitor identifier.</fsummary>
+ <desc>
+ <p>Creates a term identifying the given monitor received from
+ <seealso marker="#enif_monitor_process"><c>enif_monitor_process</c>
+ </seealso>.</p>
+ <p>This function is primarily intended for debugging purpose.</p>
+ </desc>
+ </func>
+
+ <func>
<name since="OTP R14B"><ret>unsigned char *</ret><nametext>enif_make_new_binary(ErlNifEnv*
env, size_t size, ERL_NIF_TERM* termp)</nametext></name>
<fsummary>Allocate and create a new binary term.</fsummary>