Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mbox: kill an unused field
[simgrid.git] / src / simix / smx_network_private.h
index cc6e381..039f8f5 100644 (file)
@@ -17,7 +17,6 @@
 typedef struct s_smx_mailbox {
   char *name;
   std::deque<smx_synchro_t> *comm_queue;
-  void *data;
   smx_process_t permanent_receiver; //process which the mailbox is attached to
   std::deque<smx_synchro_t> *done_comm_queue;//messages already received in the permanent receive mode
 } s_smx_mailbox_t;