Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Declare and use ActorImplPtr
[simgrid.git] / src / kernel / activity / MailboxImpl.hpp
index 6f13daa..8c4541d 100644 (file)
@@ -36,7 +36,7 @@ public:
   simgrid::s4u::Mailbox piface_; // Our interface
   char* name_;
 
   simgrid::s4u::Mailbox piface_; // Our interface
   char* name_;
 
-  boost::intrusive_ptr<simgrid::simix::ActorImpl> permanent_receiver; // process which the mailbox is attached to
+  simgrid::simix::ActorImplPtr permanent_receiver; // process which the mailbox is attached to
   boost::circular_buffer_space_optimized<smx_activity_t> comm_queue;
   boost::circular_buffer_space_optimized<smx_activity_t> done_comm_queue; // messages already received in the permanent receive mode
 };
   boost::circular_buffer_space_optimized<smx_activity_t> comm_queue;
   boost::circular_buffer_space_optimized<smx_activity_t> done_comm_queue; // messages already received in the permanent receive mode
 };