X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/04c10dad7fa6089786021b0f8b4413f86bafd6fd..f5b15e157009dbaef93d579aaf5f093864fc7cc7:/src/include/surf/surf.h?ds=sidebyside diff --git a/src/include/surf/surf.h b/src/include/surf/surf.h index a0ed25ce70..cafb3d3295 100644 --- a/src/include/surf/surf.h +++ b/src/include/surf/surf.h @@ -21,12 +21,6 @@ SG_BEGIN_DECL() /* Actions and models are highly connected structures... */ -typedef enum { - SURF_LINK_FULLDUPLEX = 2, - SURF_LINK_SHARED = 1, - SURF_LINK_FATPIPE = 0 -} e_surf_link_sharing_policy_t; - typedef enum { SURF_NETWORK_ELEMENT_NULL = 0, /* NULL */ SURF_NETWORK_ELEMENT_HOST, /* host type */