Skip to content
Snippets Groups Projects

Do not reset the delta times for snapshot triggers upon restarting the code

Merged Matthieu Schaller requested to merge fix_triggers_for_restarts into master
3 files
+ 12
8
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -684,7 +684,7 @@ struct engine {
/* Function prototypes, engine.c. */
void engine_addlink(struct engine *e, struct link **l, struct task *t);
void engine_barrier(struct engine *e);
void engine_compute_next_snapshot_time(struct engine *e);
void engine_compute_next_snapshot_time(struct engine *e, const int restart);
void engine_compute_next_stf_time(struct engine *e);
void engine_compute_next_fof_time(struct engine *e);
void engine_compute_next_statistics_time(struct engine *e);
Loading