Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add daemonize for s4u actors too
[simgrid.git] / include / simgrid / s4u / Actor.hpp
index d50ac13..f8febaa 100644 (file)
@@ -195,7 +195,7 @@ public:
 
   // ***** Methods *****
   /** This actor will be automatically terminated when the last non-daemon process finishes **/
-  void deamonize();
+  void daemonize();
 
   /** Retrieves the name of that actor as a C string */
   const char* cname();