X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e98f14753bce19f15850605d9da41ba5e4ac9591..b97757ace59ac6da7fd8236baf2fe44f8678fac3:/src/msg/msg_host.c diff --git a/src/msg/msg_host.c b/src/msg/msg_host.c index feab85041b..31823c3b25 100644 --- a/src/msg/msg_host.c +++ b/src/msg/msg_host.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2014. The SimGrid Team. +/* Copyright (c) 2004-2015. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -334,7 +334,7 @@ int MSG_host_is_off(msg_host_t host) * \param host a host * \param params a prameter object */ -void MSG_host_set_params(msg_host_t host, ws_params_t params) +void MSG_host_set_params(msg_host_t host, vm_params_t params) { simcall_host_set_params(host, params); } @@ -345,7 +345,7 @@ void MSG_host_set_params(msg_host_t host, ws_params_t params) * \param host a host * \param params a prameter object */ -void MSG_host_get_params(msg_host_t host, ws_params_t params) +void MSG_host_get_params(msg_host_t host, vm_params_t params) { simcall_host_get_params(host, params); }