X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a33903f0993a2bd3e7a426314de93fb20b0a6172..6d18c4fcb23666f8ccdb91df9c9b6ab32e7df65f:/include/simgrid/forward.h?ds=inline diff --git a/include/simgrid/forward.h b/include/simgrid/forward.h index 9facab2ef4..233d1852e7 100644 --- a/include/simgrid/forward.h +++ b/include/simgrid/forward.h @@ -133,8 +133,10 @@ class System; } namespace resource { class Action; +class Cpu; class Model; class Resource; +class CpuModel; class NetworkModel; class LinkImpl; class NetworkAction; @@ -160,8 +162,6 @@ namespace simix { class Timer; } namespace surf { - class Cpu; - class CpuModel; class HostImpl; class HostModel; } @@ -186,7 +186,6 @@ typedef simgrid::s4u::VirtualMachine s4u_VM; typedef boost::intrusive_ptr smx_activity_t; typedef simgrid::simix::Timer* smx_timer_t; -typedef simgrid::kernel::context::Context* smx_context_t; typedef simgrid::kernel::actor::ActorImpl* smx_actor_t; typedef simgrid::kernel::activity::ConditionVariableImpl* smx_cond_t; typedef simgrid::kernel::activity::MailboxImpl* smx_mailbox_t; @@ -209,7 +208,6 @@ typedef struct kernel_Activity* smx_activity_t; typedef struct s_smx_timer* smx_timer_t; typedef struct s_smx_actor* smx_actor_t; typedef struct s_smx_cond_t* smx_cond_t; -typedef struct s_smx_context* smx_context_t; typedef struct s_smx_mailbox* smx_mailbox_t; typedef struct s_smx_mutex* smx_mutex_t; typedef struct s_smx_sem* smx_sem_t;