X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f2e9bf81aebf9a0d39563c3f955fc24e9270d74f..2d84fcdff740a04c83fa4db136db739ca4f130fe:/examples/simdag/properties/sd_prop.c diff --git a/examples/simdag/properties/sd_prop.c b/examples/simdag/properties/sd_prop.c index 72cbc00c89..f11a8378f9 100644 --- a/examples/simdag/properties/sd_prop.c +++ b/examples/simdag/properties/sd_prop.c @@ -39,7 +39,6 @@ int main(int argc, char **argv) /* init of platform elements */ w1 = SD_workstation_get_by_name("host1"); w2 = SD_workstation_get_by_name("host2"); - SD_workstation_set_access_mode(w2, SD_WORKSTATION_SEQUENTIAL_ACCESS); name1 = SD_workstation_get_name(w1); name2 = SD_workstation_get_name(w2);