From a59ef0c6c6c9af86a983bdebaf3efb1ac0a1ce07 Mon Sep 17 00:00:00 2001 From: Pedro Gonnet <pedro.gonnet@durham.ac.uk> Date: Tue, 17 Sep 2013 14:04:45 +0000 Subject: [PATCH] add a timer to synchronize between different nodes. Former-commit-id: 71c46410f9b15c277516c97a93749bcb7fe5e639 --- src/engine.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/engine.h b/src/engine.h index 9e85401024..308ba34476 100644 --- a/src/engine.h +++ b/src/engine.h @@ -103,6 +103,9 @@ struct engine { /* Proxies for the other nodes in this simulation. */ struct proxy *proxies; int nr_proxies, *proxy_ind; + + /* Tic at the start of a step. */ + ticks tic_step; /* Force the engine to rebuild? */ int forcerebuild, forcerepart; -- GitLab