Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill a redefinition of XBT_MAX_CHANNEL which is also in xbt/misc.h
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 1 Dec 2005 14:27:54 +0000 (14:27 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 1 Dec 2005 14:27:54 +0000 (14:27 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1844 48e7efb5-ca39-0410-a469-dd3cf9ba447f

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 */