Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
xbt/synchro.h test case, unfortunately showing some issues in the simulation for now
[simgrid.git] / src / gras / Msg / msg_interface.h
index 2cb52fe..9c53b39 100644 (file)
@@ -40,6 +40,7 @@ typedef struct {
        
        /* queue storing the msgs that have to received and the process synchronization made (wait the surf action done) */
        xbt_fifo_t msg_to_receive_queue; /* elm type: s_gras_msg_t */
+       xbt_fifo_t msg_to_receive_queue_meas; /* elm type: s_gras_msg_t */
 
 } s_gras_msg_procdata_t,*gras_msg_procdata_t;