X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f0b96348dd4b21ba428435c0eb021077134d0810..7444a715278a4bad33c0200162286c50f03bcaef:/include/simgrid/forward.h diff --git a/include/simgrid/forward.h b/include/simgrid/forward.h index 69ef8e46c5..4ab1b7f441 100644 --- a/include/simgrid/forward.h +++ b/include/simgrid/forward.h @@ -20,6 +20,10 @@ namespace context { class Context; class ContextFactory; } +namespace actor { +class ActorImpl; +using ActorImplPtr = boost::intrusive_ptr; +} // namespace actor namespace activity { class ActivityImpl; using ActivityImplPtr = boost::intrusive_ptr; @@ -63,8 +67,6 @@ class RouteCreationArgs; } } namespace simix { - class ActorImpl; - using ActorImplPtr = boost::intrusive_ptr; class Host; } @@ -94,7 +96,7 @@ typedef simgrid::kernel::resource::Resource surf_Resource; typedef simgrid::trace_mgr::trace tmgr_Trace; typedef simgrid::kernel::context::Context* smx_context_t; -typedef simgrid::simix::ActorImpl* smx_actor_t; +typedef simgrid::kernel::actor::ActorImpl* smx_actor_t; typedef simgrid::kernel::activity::MutexImpl* smx_mutex_t; typedef simgrid::kernel::activity::MailboxImpl* smx_mailbox_t; typedef simgrid::surf::StorageImpl* surf_storage_t;