Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
those files are generated. They are now right here under our nose; nardiiin, all...
[simgrid.git] / src / surf / network_private.h
index 4556692..c9dd0b5 100644 (file)
@@ -42,6 +42,8 @@ typedef struct surf_action_network {
   double latency;
   double lat_current;
   lmm_variable_t variable;
+  double rate;
+  int suspended;
   network_card_t src;
   network_card_t dst;
 } s_surf_action_network_t, *surf_action_network_t;