diff options
author | Rickard Green <[email protected]> | 2017-01-31 13:30:49 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2017-04-18 12:40:02 +0200 |
commit | e46671ce6ea9429fe3d6723b4f93c08c7fa85cd0 (patch) | |
tree | 5490e7456fcc9fabbed0f0c9f8d85e1129fe310b /erts/emulator/beam/erl_hl_timer.h | |
parent | cb7514ab298c715af435d9a8e5a019e91105cb98 (diff) | |
download | otp-e46671ce6ea9429fe3d6723b4f93c08c7fa85cd0.tar.gz otp-e46671ce6ea9429fe3d6723b4f93c08c7fa85cd0.tar.bz2 otp-e46671ce6ea9429fe3d6723b4f93c08c7fa85cd0.zip |
Use magic refs for BIF timers
Diffstat (limited to 'erts/emulator/beam/erl_hl_timer.h')
-rw-r--r-- | erts/emulator/beam/erl_hl_timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_hl_timer.h b/erts/emulator/beam/erl_hl_timer.h index 9cdcd581a0..33cdf217d7 100644 --- a/erts/emulator/beam/erl_hl_timer.h +++ b/erts/emulator/beam/erl_hl_timer.h @@ -56,7 +56,7 @@ void erts_cancel_proc_timer(Process *); void erts_set_port_timer(Port *, Sint64); void erts_cancel_port_timer(Port *); Sint64 erts_read_port_timer(Port *); -int erts_cancel_bif_timers(Process *, ErtsBifTimers *, void **); +int erts_cancel_bif_timers(Process *, ErtsBifTimers **, void **); int erts_detach_accessor_bif_timers(Process *, ErtsBifTimers *, void **); ErtsHLTimerService *erts_create_timer_service(void); void erts_hl_timer_init(void); |