Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SMPI: Kill the global list of senders and receivers
[simgrid.git] / src / smpi / private.h
index 5f79622..2db330e 100644 (file)
@@ -93,8 +93,7 @@ typedef struct smpi_global_t {
   xbt_fifo_t *pending_send_request_queues;
   xbt_fifo_t *received_message_queues;
 
-  smx_process_t *sender_processes;
-  smx_process_t *receiver_processes;
+  smx_process_t *main_processes;
 
   int running_hosts_count;