X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/262945d110ff9c941cf3b3400c8f0a2b8d8ab32d..54b36b81cc3bd164e2a77326cd59011652d612c0:/src/surf/workstation_KCCFLN05_private.h diff --git a/src/surf/workstation_KCCFLN05_private.h b/src/surf/workstation_KCCFLN05_private.h index 76f2b89d1f..e7f1c75071 100644 --- a/src/surf/workstation_KCCFLN05_private.h +++ b/src/surf/workstation_KCCFLN05_private.h @@ -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; /**************************************/