X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cf853271ec7465fcde7029895df7101cdd0084b9..652114f194de013d00c485df901535bc83acb73b:/src/surf/surf.c diff --git a/src/surf/surf.c b/src/surf/surf.c index b33f3950fd..35f7037d0a 100644 --- a/src/surf/surf.c +++ b/src/surf/surf.c @@ -102,7 +102,7 @@ int __surf_is_absolute_file_path(const char *file_path) #endif } -static double NOW = 0; +double NOW = 0; xbt_dynar_t model_list = NULL; tmgr_history_t history = NULL;