Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename some symbols around Link::isShared to make their purpose clear
[simgrid.git] / examples / java / migration / migrationDeployment.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE platform SYSTEM "http://simgrid.gforge.inria.fr/simgrid.dtd">
3 <platform version="3">
4   <process host="Jacquelin" function="migration.Emigrant"/>
5   <process host="Boivin" function="migration.Policeman"/>
6 </platform>