X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6fbcdfade89b3812c24152c86f8aa3be510df7f2..ac9f2313b09e3e4c035607f3e4b116a3ea349291:/docs/source/Deploying_your_application.rst diff --git a/docs/source/Deploying_your_application.rst b/docs/source/Deploying_your_application.rst index 5e02efeab5..4cd1287909 100644 --- a/docs/source/Deploying_your_application.rst +++ b/docs/source/Deploying_your_application.rst @@ -76,10 +76,6 @@ This tag starts a new actor executing the given function on a given host. with :cpp:func:`simgrid::s4u::Engine::register_actor` or with :cpp:func:`simgrid::s4u::Engine::register_function`. - If you are stuck with MSG, use :cpp:func:`MSG_process_create`, - :cpp:func:`MSG_process_create_with_arguments` or - :cpp:func:`MSG_process_create_with_environment`. - :``start_time``: Useful to delay the start of your actor. -1 starts the actor immediately.