Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill an unused function and make an internal field protected
[simgrid.git] / include / simgrid / s4u / actor.hpp
index 28dbdc4..89a7727 100644 (file)
@@ -248,6 +248,7 @@ public:
   /** Ask kindly to all actors to die. Only the issuer will survive. */
   static void killAll();
 
+protected:
   /** Returns the internal implementation of this actor */
   smx_process_t getImpl();
 };