Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
default value of start_time = -1.0. It enables to make the difference between at...
[simgrid.git] / src / surf / surfxml.dtd
index 98d5643..7119fc0 100644 (file)
@@ -39,6 +39,8 @@
 <!ELEMENT process (argument*)>
 <!ATTLIST process host CDATA #REQUIRED>
 <!ATTLIST process function CDATA #REQUIRED>
+<!ATTLIST process start_time CDATA "-1.0">
+<!ATTLIST process kill_time CDATA "-1.0">
 
 <!ELEMENT argument EMPTY>
 <!ATTLIST argument value CDATA #REQUIRED>