Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add an immediate asynchronous send possibility for messages. This can be set by addin...
[simgrid.git] / src / simix / smx_network_private.h
index d14ec57..51c64cf 100644 (file)
@@ -15,6 +15,8 @@ typedef struct s_smx_rvpoint {
   char *name;
   xbt_fifo_t comm_fifo;
   void *data;
+  smx_process_t permanent_receiver; //process which the mailbox is attached to
+  xbt_fifo_t done_comm_fifo;//messages already received in the permanent receive mode
 } s_smx_rvpoint_t;
 
 void SIMIX_network_init(void);