diff options
author | Sverker Eriksson <[email protected]> | 2016-10-27 14:16:34 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-10-27 14:16:34 +0200 |
commit | e402b08254ee9a78a2560e3123e1fb468fa948dc (patch) | |
tree | 0643077532cd0d91ac8b0b23a1cc26b0093f780b /erts/emulator/beam/beam_load.h | |
parent | c49194c9239c0dcad17b902b6638edf53bb69c6c (diff) | |
parent | ce0785da10fb5d82ed3b6e93ff82e112f38e75fa (diff) | |
download | otp-e402b08254ee9a78a2560e3123e1fb468fa948dc.tar.gz otp-e402b08254ee9a78a2560e3123e1fb468fa948dc.tar.bz2 otp-e402b08254ee9a78a2560e3123e1fb468fa948dc.zip |
Merge branch 'maint'
Diffstat (limited to 'erts/emulator/beam/beam_load.h')
-rw-r--r-- | erts/emulator/beam/beam_load.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/erts/emulator/beam/beam_load.h b/erts/emulator/beam/beam_load.h index 6a3110d0f5..d420a4346c 100644 --- a/erts/emulator/beam/beam_load.h +++ b/erts/emulator/beam/beam_load.h @@ -116,7 +116,8 @@ int erts_is_module_native(BeamCodeHeader* code); void erts_beam_bif_load_init(void); struct erl_fun_entry; void erts_purge_state_add_fun(struct erl_fun_entry *fe); -Export *erts_suspend_process_on_pending_purge_lambda(Process *c_p); +Export *erts_suspend_process_on_pending_purge_lambda(Process *c_p, + struct erl_fun_entry*); /* * Layout of the line table. |