Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Start the implementation of start_time and kill_time in the msg deployment.
[simgrid.git] / src / msg / private.h
index 2f19633..d93d251 100644 (file)
@@ -55,6 +55,7 @@ typedef struct simdata_process {
   char **argv;                  /* arguments table if any */
   MSG_error_t last_errno;       /* the last value returned by a MSG_function */
   int paje_state;               /* the number of state stacked with Paje */
+  double kill_time;             /* When to kill the process */
 } s_simdata_process_t;
 
 /************************** Global variables ********************************/