Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add flags for gtnets examples.
[simgrid.git] / src / simix / private.h
index 08a7fe0..ca905b9 100644 (file)
@@ -148,6 +148,8 @@ typedef struct s_smx_comm {
   /* Surf action data */
   smx_process_t src_proc;
   smx_process_t dst_proc;
+  smx_action_t src_timeout;
+  smx_action_t dst_timeout;
   smx_action_t act;
   double rate;
   double task_size;