X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/922482ff141f9ce5878f39a58bef3c7f7e19bffa..af459dff2b5461c2dbc61e5b5cbdc302f92d2404:/src/surf/xml/surfxml_sax_cb.cpp?ds=sidebyside diff --git a/src/surf/xml/surfxml_sax_cb.cpp b/src/surf/xml/surfxml_sax_cb.cpp index b94cbbf045..272755c325 100644 --- a/src/surf/xml/surfxml_sax_cb.cpp +++ b/src/surf/xml/surfxml_sax_cb.cpp @@ -928,7 +928,7 @@ void ETag_surfxml_actor() break; } - sg_platf_new_process(&actor); + sg_platf_new_actor(&actor); } void STag_surfxml_argument(){