]> AND Public Git Repository - simgrid.git/blobdiff - examples/s4u/actor-lifetime/s4u-actor-lifetime.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / examples / s4u / actor-lifetime / s4u-actor-lifetime.cpp
index 8f2b4eca25ef7872b3f4fe9be758e1725701713d..9ec27537000ffc3a87b3eb08567be81bb7630578 100644 (file)
@@ -3,6 +3,9 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
+/* This C++ file acts as the foil to the corresponding XML file, where the
+   action takes place: Actors are started and stopped at predefined time.   */
+
 #include "simgrid/s4u.hpp"
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(test, "Messages specific for this s4u example");