X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8bcc1dbe28f658ea786ba234a679601edd30758a..3d5fcf57463d4f1419ad0bfb509461cb14b1e43d:/src/surf/host_interface.hpp diff --git a/src/surf/host_interface.hpp b/src/surf/host_interface.hpp index 39e87803c5..978ed351b5 100644 --- a/src/surf/host_interface.hpp +++ b/src/surf/host_interface.hpp @@ -50,7 +50,6 @@ XBT_PUBLIC_DATA(surf_callback(void, HostAction*, e_surf_action_state_t, e_surf_a * Tools * *********/ XBT_PUBLIC_DATA(HostModel*) surf_host_model; -XBT_PUBLIC(void) host_parse_init(sg_platf_host_cbarg_t host); XBT_PUBLIC(void) host_add_traces(); /********* @@ -65,7 +64,7 @@ public: HostModel() : Model() {} ~HostModel() {} - virtual Host *createHost(const char *name)=0; + virtual Host *createHost(const char *name, RoutingEdge *net, Cpu *cpu)=0; void addTraces(){DIE_IMPOSSIBLE;} virtual void adjustWeightOfDummyCpuActions();