Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
plug a memleak which is harmless in most situations, but ...
[simgrid.git] / src / gras / Virtu / virtu_sg.h
index b279486..c2676db 100644 (file)
@@ -24,6 +24,7 @@ typedef struct {
 
 /* Data for each host */
 typedef struct {
+  int refcount;
   int proc[XBT_MAX_CHANNEL]; /* PID of who's connected to each channel */
                               /* If =0, then free */