X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d84590a56d4bbb4ade4416d4bd7f19acdb7dd621..d1d42edba2b125017c709f79ad20f40ea40fa981:/examples/s4u/README.rst diff --git a/examples/s4u/README.rst b/examples/s4u/README.rst index 8c6c87b559..53f349bfa2 100644 --- a/examples/s4u/README.rst +++ b/examples/s4u/README.rst @@ -56,7 +56,8 @@ Starting and Stoping Actors - **Daemonize actors:** Some actors may be intended to simulate daemons that run in background. This example show how to transform a regular actor into a daemon that will be automatically killed once the simulation is over. - |br| `examples/s4u/actor-daemon/s4u-actor-daemon.cpp `_ + |br| |cpp| `examples/s4u/actor-daemon/s4u-actor-daemon.cpp `_ + |br| |py| `examples/python/actor-daemon/actor-daemon.py `_ Inter-Actors Interactions -------------------------