Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix make dist.
[simgrid.git] / src / gras / Virtu / virtu_sg.h
index f4e7bab..7554d19 100644 (file)
@@ -16,7 +16,7 @@
 
 typedef struct {
   int port;                     /* list of ports used by a server socket */
-  int meas:1;                   /* (boolean) the channel is for measurements or for messages */
+  unsigned meas:1;              /* (boolean) the channel is for measurements or for messages */
   smx_process_t server;
   smx_rdv_t rdv;
 } s_gras_sg_portrec_t, *gras_sg_portrec_t;