Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill the useless xbt_free (was define'd to free)
[simgrid.git] / src / surf / workstation_KCCFLN05_private.h
index 76f2b89..e7f1c75 100644 (file)
@@ -9,7 +9,6 @@
 #define _SURF_WORKSTATION_KCCFLN05_PRIVATE_H
 
 #include "surf_private.h"
-#include "network_private.h"
 
 /**************************************/
 /********* workstation object *********/
@@ -30,6 +29,7 @@ typedef struct workstation_KCCFLN05 {
   int id; /* cpu and network card are a single object... */
   xbt_dynar_t incomming_communications;
   xbt_dynar_t outgoing_communications;
+  lmm_constraint_t bus;
 } s_workstation_KCCFLN05_t, *workstation_KCCFLN05_t;
 
 /**************************************/