X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4bb73cb3914b5f7b77a9ec1f8abe728e637cc016..8a183d28b661a9c91773b363ce3039d1e1b89982:/src/surf/surf_interface.hpp diff --git a/src/surf/surf_interface.hpp b/src/surf/surf_interface.hpp index 07c50578e5..09547f7a45 100644 --- a/src/surf/surf_interface.hpp +++ b/src/surf/surf_interface.hpp @@ -21,16 +21,14 @@ #include #include -#define NO_MAX_DURATION -1.0 - /********* * Utils * *********/ /* user-visible parameters */ -XBT_PUBLIC_DATA(double) sg_maxmin_precision; -XBT_PUBLIC_DATA(double) sg_surf_precision; -XBT_PUBLIC_DATA(int) sg_concurrency_limit; +XBT_PUBLIC_DATA double sg_maxmin_precision; +XBT_PUBLIC_DATA double sg_surf_precision; +XBT_PUBLIC_DATA int sg_concurrency_limit; extern XBT_PRIVATE double sg_tcp_gamma; extern XBT_PRIVATE double sg_latency_factor; @@ -69,7 +67,7 @@ XBT_PUBLIC double surf_get_clock(); /** \ingroup SURF_simulation * \brief List of hosts that have just restarted and whose autorestart process should be restarted. */ -XBT_PUBLIC_DATA(std::vector) host_that_restart; +XBT_PUBLIC_DATA std::vector host_that_restart; int XBT_PRIVATE __surf_is_absolute_file_path(const char *file_path); @@ -80,6 +78,6 @@ int XBT_PRIVATE __surf_is_absolute_file_path(const char *file_path); /** \ingroup SURF_models * \brief List of initialized models */ -XBT_PUBLIC_DATA(std::vector*) all_existing_models; +XBT_PUBLIC_DATA std::vector* all_existing_models; #endif /* SURF_MODEL_H_ */