Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move back the protected interface of platforms to the non-public area
authorMartin Quinson <martin.quinson@loria.fr>
Sun, 23 Mar 2014 15:23:07 +0000 (16:23 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sun, 23 Mar 2014 15:23:10 +0000 (16:23 +0100)
And have the public surf_routing.h use the public interface of
platforms instead of the protected one.

include/surf/surf_routing.h
src/include/simgrid/platf_interface.h [moved from include/simgrid/platf_interface.h with 100% similarity]

index a7a5a50..95984aa 100644 (file)
@@ -8,7 +8,7 @@
 #define _SURF_SURF_ROUTING_H
 
 #include "xbt/lib.h"
 #define _SURF_SURF_ROUTING_H
 
 #include "xbt/lib.h"
-#include "simgrid/platf_interface.h"
+#include "simgrid/platf.h"
 
 SG_BEGIN_DECL()
 
 
 SG_BEGIN_DECL()