X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/39cf43e4e190f5053b971b13ff1a1d82ebea5dba..8f57bc97b644d249c36bb311efe044557bc046ed:/src/mc/remote/Channel.hpp?ds=sidebyside diff --git a/src/mc/remote/Channel.hpp b/src/mc/remote/Channel.hpp index b703e0b44f..64d5003089 100644 --- a/src/mc/remote/Channel.hpp +++ b/src/mc/remote/Channel.hpp @@ -63,7 +63,7 @@ public: return this->receive(&m, sizeof(M)); } - int getSocket() const { return socket_; } + int get_socket() const { return socket_; } }; } }