Skip to content
Snippets Groups Projects
Commit a59ef0c6 authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

add a timer to synchronize between different nodes.

Former-commit-id: 71c46410f9b15c277516c97a93749bcb7fe5e639
parent bf4a4d02
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment