From: Martin Quinson Date: Wed, 10 Feb 2016 21:07:22 +0000 (+0100) Subject: Rename the ptask files. There is no Host07 class anymore X-Git-Tag: v3_13~888 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/29a1d43bbc5cc9335fff14760d5d2b80dcd342ad?hp=04e829f2dc9c85be2ea9b594437a988557c94c00 Rename the ptask files. There is no Host07 class anymore --- diff --git a/src/surf/host_ptask_L07.cpp b/src/surf/ptask_L07.cpp similarity index 99% rename from src/surf/host_ptask_L07.cpp rename to src/surf/ptask_L07.cpp index 3106381a2d..77bba9248d 100644 --- a/src/surf/host_ptask_L07.cpp +++ b/src/surf/ptask_L07.cpp @@ -8,7 +8,7 @@ #include -#include "host_ptask_L07.hpp" +#include "ptask_L07.hpp" #include "cpu_interface.hpp" #include "surf_routing.hpp" diff --git a/src/surf/host_ptask_L07.hpp b/src/surf/ptask_L07.hpp similarity index 100% rename from src/surf/host_ptask_L07.hpp rename to src/surf/ptask_L07.hpp diff --git a/tools/cmake/DefinePackages.cmake b/tools/cmake/DefinePackages.cmake index 69b663ab6e..2248de3a6a 100644 --- a/tools/cmake/DefinePackages.cmake +++ b/tools/cmake/DefinePackages.cmake @@ -85,7 +85,7 @@ set(EXTRA_DIST src/surf/virtual_machine.hpp src/surf/host_clm03.hpp src/surf/host_interface.hpp - src/surf/host_ptask_L07.hpp + src/surf/ptask_L07.hpp src/xbt/automaton/automaton_lexer.yy.c src/xbt/automaton/parserPromela.lex src/xbt/automaton/parserPromela.tab.cacc @@ -346,7 +346,7 @@ set(SURF_SRC src/surf/virtual_machine.cpp src/surf/host_clm03.cpp src/surf/host_interface.cpp - src/surf/host_ptask_L07.cpp + src/surf/ptask_L07.cpp src/xbt/xbt_sg_stubs.c )