X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f3e4803befab19389587dd1d9af5ecdeffec551e..f1b22d20918d4ccd703690a19e476429cfa124f3:/src/surf/host_clm03.hpp diff --git a/src/surf/host_clm03.hpp b/src/surf/host_clm03.hpp index d786d928f2..6018af2a0f 100644 --- a/src/surf/host_clm03.hpp +++ b/src/surf/host_clm03.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2014. The SimGrid Team. +/* Copyright (c) 2013-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -34,11 +34,10 @@ public: void updateActionsState(double now, double delta); Action *executeParallelTask(int host_nb, - void **host_list, - double *flops_amount, - double *bytes_amount, - double rate); - Action *communicate(Host *src, Host *dst, double size, double rate); + sg_host_t *host_list, + double *flops_amount, + double *bytes_amount, + double rate); }; /************ @@ -58,10 +57,6 @@ public: bool isUsed(); xbt_dynar_t getVms(); - - /* common with vm */ - void getParams(ws_params_t params); - void setParams(ws_params_t params); };