Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move methods not related to Memory out of RemoteProcessMemory
[simgrid.git] / src / mc / sosp / RemoteProcessMemory.hpp
index b0eaeb6..40aef18 100644 (file)
@@ -62,8 +62,6 @@ public:
   pid_t pid() const { return pid_; }
   bool running() const { return running_; }
   void terminate() { running_ = false; }
-  void handle_waitpid();
-  bool handle_message(const char* buffer, ssize_t size);
 
   /* ************* */
   /* Low-level API */