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 90b5b34..2db330e 100644 (file)
@@ -94,8 +94,6 @@ typedef struct smpi_global_t {
   xbt_fifo_t *received_message_queues;
 
   smx_process_t *main_processes;
-  smx_process_t *sender_processes;
-  smx_process_t *receiver_processes;
 
   int running_hosts_count;