X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6b188a3ca7fe91cf125a08229fb4fe51eee26e6d..4dcdf4c43798ec5cfd6393c51768330cf5dfeb1d:/src/simix/private.h diff --git a/src/simix/private.h b/src/simix/private.h index 4032673aa3..2897aeb03e 100644 --- a/src/simix/private.h +++ b/src/simix/private.h @@ -19,6 +19,7 @@ #include "instr/instr_private.h" #include "process_private.h" #include "host_private.h" +#include "io_private.h" #include "network_private.h" #include "smurf_private.h" #include "synchro_private.h" @@ -125,6 +126,10 @@ typedef struct s_smx_action { surf_action_t sleep; } synchro; + struct { + smx_host_t host; + surf_action_t surf_io; + } io; }; #ifdef HAVE_LATENCY_BOUND_TRACKING