X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/14f01dda6ef1164f5c13f19c8cd4d5440faa9c4a..5976d6ac712e9aad9c0cdce3c204cf1fa6b6857a:/include/simgrid/s4u/actor.hpp diff --git a/include/simgrid/s4u/actor.hpp b/include/simgrid/s4u/actor.hpp index 9860051f06..8c6e1fc723 100644 --- a/include/simgrid/s4u/actor.hpp +++ b/include/simgrid/s4u/actor.hpp @@ -95,9 +95,9 @@ public: void send(Mailbox &chan, void*payload, size_t simulatedSize); protected: - smx_process_t getInferior() {return p_smx_process;} + smx_process_t getInferior() {return inferior_;} private: - smx_process_t p_smx_process; + smx_process_t inferior_; }; }} // namespace simgrid::s4u