X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6c053c9587e3a72153e0cc2c4494dbded6b4c788..7cb1f8f04ea7ad3bf6a0eedec6f8e28e3f961970:/src/surf/network_private.h?ds=sidebyside diff --git a/src/surf/network_private.h b/src/surf/network_private.h index ad2af8e0c6..8ce2e6b353 100644 --- a/src/surf/network_private.h +++ b/src/surf/network_private.h @@ -27,7 +27,9 @@ typedef struct surf_action_network_CM02 { double weight; lmm_variable_t variable; double rate; +#ifdef HAVE_LATENCY_BOUND_TRACKING int latency_limited; +#endif int suspended; #ifdef HAVE_TRACING