diff options
author | Rickard Green <[email protected]> | 2017-02-03 03:00:37 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2017-04-18 12:40:02 +0200 |
commit | a09f867979d8039434271a2177c90aabced3a255 (patch) | |
tree | 01ae7a66eda9bae977251429c764f6f0f38375a3 /erts/emulator/beam/erl_hl_timer.h | |
parent | e46671ce6ea9429fe3d6723b4f93c08c7fa85cd0 (diff) | |
download | otp-a09f867979d8039434271a2177c90aabced3a255.tar.gz otp-a09f867979d8039434271a2177c90aabced3a255.tar.bz2 otp-a09f867979d8039434271a2177c90aabced3a255.zip |
Use timer wheel for short 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 33cdf217d7..f70fcdd1c0 100644 --- a/erts/emulator/beam/erl_hl_timer.h +++ b/erts/emulator/beam/erl_hl_timer.h @@ -21,7 +21,7 @@ #ifndef ERL_HL_TIMER_H__ #define ERL_HL_TIMER_H__ -typedef struct ErtsHLTimer_ ErtsBifTimers; +typedef struct ErtsBifTimer_ ErtsBifTimers; typedef struct ErtsHLTimerService_ ErtsHLTimerService; #include "sys.h" |