Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix make dist.
[simgrid.git] / src / gras / Virtu / virtu_sg.h
index 93e1cce..7554d19 100644 (file)
 
 #include "gras/Virtu/virtu_private.h"
 #include "xbt/dynar.h"
-#include "simix/simix.h"        /* SimGrid header */
+#include "simgrid/simix.h"        /* SimGrid header */
 #include "gras/Transport/transport_private.h"
 
 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;