mangle fdr conf parts of scratch as well

This commit is contained in:
Alex Coyte 2017-07-28 14:56:54 +10:00 committed by Matthew Barr
parent ffc2d578b1
commit 778addadc5

View File

@ -140,6 +140,7 @@ void populateCoreInfo(struct hs_scratch *s, const struct RoseEngine *rose,
s->som_set_now_offset = ~0ULL; s->som_set_now_offset = ~0ULL;
s->deduper.current_report_offset = ~0ULL; s->deduper.current_report_offset = ~0ULL;
s->deduper.som_log_dirty = 1; /* som logs have not been cleared */ s->deduper.som_log_dirty = 1; /* som logs have not been cleared */
s->fdr_conf = NULL;
// Rose program execution (used for some report paths) depends on these // Rose program execution (used for some report paths) depends on these
// values being initialised. // values being initialised.