Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Interface revolution: do not try to survive to malloc failure
[simgrid.git] / src / xbt / xbt_interface.h
similarity index 85%
rename from src/xbt/gros_interface.h
rename to src/xbt/xbt_interface.h
index 4fedcd2..efa29e7 100644 (file)
 /* This program is free software; you can redistribute it and/or modify it
    under the terms of the license (GNU LGPL) which comes with this package. */
 
-#ifndef GRAS_CORE_INTERFACE_H
-#define GRAS_CORE_INTERFACE_H
+#ifndef XBT_INTERFACE_H
+#define XBT_INTERFACE_H
 
 /* Modules definitions */
 void gras_log_exit(void);
 
-#endif /* GRAS_CORE_INTERFACE_H */
+#endif /* XBT_INTERFACE_H */