WIP: bugfix for rare flapping infinite loop (unfinished) part III

This commit is contained in:
Scott Lystig Fritchie 2015-07-15 17:34:35 +09:00
parent 402720d301
commit 517e77dc4a
2 changed files with 5 additions and 1 deletions

View file

@ -38,6 +38,8 @@
-record(flap_i, {
flap_count :: {term(), term()},
flapping_me = false :: boolean(),
flapping_all = false :: boolean(),
all_hosed :: list(),
all_flap_counts :: list(),
bad :: list()

View file

@ -9,7 +9,9 @@ case PulseBuild of
PulseOpts =
[{pulse_no_side_effect,
[{erlang,display,1},
{os,getenv,1}
{os,getenv,1},
{io,format,2},
{io,format,3}
]},
{pulse_side_effect,
[ {does_not_exist_yet, some_func, '_'}