Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not use uninitialized vars (last commit was brain dead)
[simgrid.git] / include / xbt / misc.h
index 7cb25f5..be295b5 100644 (file)
@@ -17,7 +17,7 @@
 #define TRUE  1
 #define FALSE 0
 
-#define GRAS_MAX_CHANNEL 10 /* FIXME: killme */
+#define XBT_MAX_CHANNEL 10 /* FIXME: killme */
 /*! C++ users need love */
 #ifndef BEGIN_DECL
 # ifdef __cplusplus
@@ -42,7 +42,7 @@ BEGIN_DECL
 typedef struct {  
    char *name;
    int port;
-} gras_host_t;
+} xbt_host_t;
 
 END_DECL