Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MC::remote: snake case
[simgrid.git] / src / mc / remote / Channel.hpp
index b703e0b..64d5003 100644 (file)
@@ -63,7 +63,7 @@ public:
     return this->receive(&m, sizeof(M));
   }
 
-  int getSocket() const { return socket_; }
+  int get_socket() const { return socket_; }
 };
 }
 }