X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a13d43daf0284cec291d65f0585fd2a44e9d87fd..53dd673a07059d04f7ee5c280470958856fdf8d8:/include/simgrid/s4u/mailbox.hpp diff --git a/include/simgrid/s4u/mailbox.hpp b/include/simgrid/s4u/mailbox.hpp index a2311c752c..98e968f861 100644 --- a/include/simgrid/s4u/mailbox.hpp +++ b/include/simgrid/s4u/mailbox.hpp @@ -31,7 +31,7 @@ public: ~Mailbox(); protected: - smx_rdv_t getInferior() { return p_inferior; } + smx_rdv_t getInferior() { return inferior_; } public: /** Get the name of that mailbox */ @@ -40,8 +40,8 @@ public: static Mailbox *byName(const char *name); private: - std::string p_name; - smx_rdv_t p_inferior; + std::string name_; + smx_rdv_t inferior_; static boost::unordered_map *mailboxes; }; }} // namespace simgrid::s4u