Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bugfix: do not assume that the object still exists when removing an element, it might...
[simgrid.git] / src / xbt / setset_private.h
index 4daf3a9..1db9798 100644 (file)
@@ -12,7 +12,7 @@ typedef struct s_xbt_setset_elm {
 typedef union u_xbt_setset_elm_entry {
   /* Information when the entry is being used */
   struct {
-    unsigned int refcount;
+    unsigned int refcount;    
     xbt_setset_elm_t obj;
   } info;
   /* Information when the entry is free */