diff options
author | Sverker Eriksson <[email protected]> | 2017-02-20 20:20:29 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2017-02-20 20:20:29 +0100 |
commit | af7cf70ca22a34add7836963d086ca0764f4fbae (patch) | |
tree | 2c9dbcbb87fbb71142ac2356c1661e79cbb706ec /erts/emulator/beam/global.h | |
parent | d8d8301a252579a000b24bab87d26549da0e813a (diff) | |
download | otp-af7cf70ca22a34add7836963d086ca0764f4fbae.tar.gz otp-af7cf70ca22a34add7836963d086ca0764f4fbae.tar.bz2 otp-af7cf70ca22a34add7836963d086ca0764f4fbae.zip |
Fix ErlNifMonitor handling
Diffstat (limited to 'erts/emulator/beam/global.h')
-rw-r--r-- | erts/emulator/beam/global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h index 776f2c599b..c4c848f49f 100644 --- a/erts/emulator/beam/global.h +++ b/erts/emulator/beam/global.h @@ -1176,6 +1176,7 @@ void erts_stale_drv_select(Eterm, ErlDrvPort, ErlDrvEvent, int, int); Port *erts_get_heart_port(void); void erts_emergency_close_ports(void); void erts_ref_to_driver_monitor(Eterm ref, ErlDrvMonitor *mon); +Eterm erts_driver_monitor_to_ref(Eterm* hp, const ErlDrvMonitor *mon); #if defined(ERTS_SMP) && defined(ERTS_ENABLE_LOCK_COUNT) void erts_lcnt_enable_io_lock_count(int enable); |