X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/91f0832ccac7f46d90a6f6976b90727e99b5c9bf..754db84445c812d3480832460e90a112b77648d0:/src/mc/remote/Channel.hpp diff --git a/src/mc/remote/Channel.hpp b/src/mc/remote/Channel.hpp index fa270b1670..c9e1aeb770 100644 --- a/src/mc/remote/Channel.hpp +++ b/src/mc/remote/Channel.hpp @@ -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; } };