Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill a redefinition of XBT_MAX_CHANNEL which is also in xbt/misc.h
[simgrid.git] / src / gras / Virtu / virtu_sg.h
index c2676db..8bbc968 100644 (file)
@@ -14,8 +14,6 @@
 #include "xbt/dynar.h"
 #include "msg/msg.h" /* SimGrid header */
 
-#define XBT_MAX_CHANNEL 10
-
 typedef struct {
   int port;  /* list of ports used by a server socket */
   int tochan; /* the channel it points to */