X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/08ddd90ede6ae87880ab6aefe213001b224de841..c2525c3b833fd682882943fe047f2d77e1bae5e8:/include/simgrid/forward.h diff --git a/include/simgrid/forward.h b/include/simgrid/forward.h index 392a3f8d2a..69ef8e46c5 100644 --- a/include/simgrid/forward.h +++ b/include/simgrid/forward.h @@ -99,10 +99,8 @@ typedef simgrid::kernel::activity::MutexImpl* smx_mutex_t; typedef simgrid::kernel::activity::MailboxImpl* smx_mailbox_t; typedef simgrid::surf::StorageImpl* surf_storage_t; -typedef simgrid::kernel::lmm::Element* lmm_element_t; typedef const simgrid::kernel::lmm::Element* const_lmm_element_t; typedef simgrid::kernel::lmm::ConstraintLight* lmm_constraint_light_t; -typedef simgrid::kernel::lmm::System* lmm_system_t; #else @@ -132,6 +130,7 @@ typedef s4u_Link* sg_link_t; typedef s4u_Storage* sg_storage_t; typedef s4u_File* sg_file_t; typedef s4u_VM* sg_vm_t; +typedef s4u_Actor* sg_actor_t; typedef routing_NetPoint* sg_netpoint_t; typedef surf_Resource *sg_resource_t;