diff options
author | Sverker Eriksson <[email protected]> | 2019-02-01 19:10:24 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2019-02-01 19:10:24 +0100 |
commit | a7f51f7f903525350f0eb33a8751626610369d7b (patch) | |
tree | 82ee8f4189481cfb9d69352da0000fd18b5bc675 /erts/doc/src/erl_nif.xml | |
parent | 1ea703443fa0bbc3aade0bb61fc96b2f0cf6b84c (diff) | |
download | otp-a7f51f7f903525350f0eb33a8751626610369d7b.tar.gz otp-a7f51f7f903525350f0eb33a8751626610369d7b.tar.bz2 otp-a7f51f7f903525350f0eb33a8751626610369d7b.zip |
erts: Add enif_make_monitor_term
Diffstat (limited to 'erts/doc/src/erl_nif.xml')
-rw-r--r-- | erts/doc/src/erl_nif.xml | 12 |
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, &tail, &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> |