Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename raw sockets to measurement ones
[simgrid.git] / src / gras / Transport / transport_interface.h
index 7400183..cf1f5a0 100644 (file)
@@ -83,7 +83,7 @@ gras_trp_plugin_get_by_name(const char *name,
 typedef struct {
    /* SG only elements. In RL, they are part of the OS ;) */
    int chan;    /* Formated messages channel */
-   int rawChan; /* Unformated echange channel */
+   int measChan; /* Unformated echange channel for performance measurement*/
    xbt_dynar_t sockets; /* all sockets known to this process */
    
 } s_gras_trp_procdata_t,*gras_trp_procdata_t;