Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
call surf_model_init_bypass_im instead of init_host_bypass
authorcoldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 13 Jul 2010 09:09:30 +0000 (09:09 +0000)
committercoldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 13 Jul 2010 09:09:30 +0000 (09:09 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8021 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/bindings/lua/simgrid_lua.c

index 3f09ee7..d23ebe1 100644 (file)
@@ -449,7 +449,7 @@ static int surf_parse_bypass_platform()
 
 #ifdef BYPASS_CPU
                INFO0("Bypass_Cpu");
-               init_host_bypass(p_host->id,p_host->power);
+               surf_cpu_model_init_bypass_im(p_host->id,p_host->power);
 #else
 
                SURFXML_BUFFER_SET(host_id,p_host->id);