Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add on_failure for processes to the SimGrid DTD.
authorSamuel Lepetit <samuel.lepetit@inria.fr>
Wed, 27 Jun 2012 14:08:41 +0000 (16:08 +0200)
committerSamuel Lepetit <samuel.lepetit@inria.fr>
Wed, 27 Jun 2012 14:31:15 +0000 (16:31 +0200)
src/surf/simgrid.dtd

index 7dfcbca..b636f86 100644 (file)
 <!ATTLIST process function CDATA #REQUIRED>
 <!ATTLIST process start_time CDATA "-1.0">
 <!ATTLIST process kill_time CDATA "-1.0">
+<!ATTLIST process on_failure (DIE|RESTART) "DIE">
 
 <!ELEMENT argument EMPTY>
 <!ATTLIST argument value CDATA #REQUIRED>