Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
It was more difficult to find the bug that I thought, but it seems working now.
[simgrid.git] / src / gras / Transport / transport_interface.h
index eb6064b..379e5bc 100644 (file)
@@ -105,7 +105,10 @@ typedef struct {
   /* SG only elements. In RL, they are part of the OS ;) */
        smx_cond_t cond;
        smx_mutex_t mutex;
+       smx_cond_t cond_meas;
+       smx_mutex_t mutex_meas;
        xbt_fifo_t active_socket;
+       xbt_fifo_t active_socket_meas;
    
 } s_gras_trp_procdata_t,*gras_trp_procdata_t;