Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Correct some bugs
[simgrid.git] / src / gras_simix / Transport / gras_simix_transport_interface.h
index d6212af..bd24870 100644 (file)
@@ -105,7 +105,7 @@ typedef struct {
   /* SG only elements. In RL, they are part of the OS ;) */
        smx_cond_t cond;
        smx_mutex_t mutex;
-       gras_socket_t active_socket;
+       xbt_fifo_t active_socket;
        long int pid;
        long int ppid;
   //int chan;    /* Formated messages channel */