diff options
author | Rickard Green <[email protected]> | 2015-06-04 16:45:41 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2015-06-09 19:35:48 +0200 |
commit | 46efe0d85bc2f55dd432f403f20d4841b07023ed (patch) | |
tree | 469f463d5deff71abcaa8ecc588719553708b3ab /erts/emulator/beam/erl_process.h | |
parent | c7f308d1bfaf1f2f6f597ebda6679da03e3e732e (diff) | |
download | otp-46efe0d85bc2f55dd432f403f20d4841b07023ed.tar.gz otp-46efe0d85bc2f55dd432f403f20d4841b07023ed.tar.bz2 otp-46efe0d85bc2f55dd432f403f20d4841b07023ed.zip |
Disable accessor timer option
Diffstat (limited to 'erts/emulator/beam/erl_process.h')
-rw-r--r-- | erts/emulator/beam/erl_process.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_process.h b/erts/emulator/beam/erl_process.h index c06ac7affa..1da1239609 100644 --- a/erts/emulator/beam/erl_process.h +++ b/erts/emulator/beam/erl_process.h @@ -975,7 +975,9 @@ struct process { ErlMessageQueue msg; /* Message queue */ ErtsBifTimers *bif_timers; /* Bif timers aiming at this process */ +#ifdef ERTS_BTM_ACCESSOR_SUPPORT ErtsBifTimers *accessor_bif_timers; /* Accessor bif timers */ +#endif ProcDict *dictionary; /* Process dictionary, may be NULL */ |