Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement reforks by forking the application, to save the app exec time
[simgrid.git] / src / mc / remote / Channel.hpp
index fa270b1..c9e1aeb 100644 (file)
@@ -50,6 +50,7 @@ public:
     return this->receive(&m, sizeof(M));
   }
 
+  // Socket handling
   int get_socket() const { return socket_; }
   void reset_socket(int socket) { socket_ = socket; }
 };