From: Martin Quinson Date: Sun, 23 Mar 2014 15:23:07 +0000 (+0100) Subject: move back the protected interface of platforms to the non-public area X-Git-Tag: v3_11~198^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/87ed32c7d2bd1d29273fb7a3a88f80f9e489b398?hp=d81137f59a4506dd0a4dd524932c26fb59b981c7 move back the protected interface of platforms to the non-public area And have the public surf_routing.h use the public interface of platforms instead of the protected one. --- diff --git a/include/surf/surf_routing.h b/include/surf/surf_routing.h index a7a5a5025c..95984aaac7 100644 --- a/include/surf/surf_routing.h +++ b/include/surf/surf_routing.h @@ -8,7 +8,7 @@ #define _SURF_SURF_ROUTING_H #include "xbt/lib.h" -#include "simgrid/platf_interface.h" +#include "simgrid/platf.h" SG_BEGIN_DECL() diff --git a/include/simgrid/platf_interface.h b/src/include/simgrid/platf_interface.h similarity index 100% rename from include/simgrid/platf_interface.h rename to src/include/simgrid/platf_interface.h