X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b3aa71456ffe1bbebaa91708e1738dbb56fccaaa..dd7e8ef2e747369a874fb3f9abef81a22a89c8c7:/src/surf/sg_platf.c?ds=sidebyside diff --git a/src/surf/sg_platf.c b/src/surf/sg_platf.c index e56cf6b0f7..0af5c72f57 100644 --- a/src/surf/sg_platf.c +++ b/src/surf/sg_platf.c @@ -336,7 +336,7 @@ void sg_platf_new_AS_end() { /* ***************************************** */ /* TUTORIAL: New TAG */ -void sg_platf_new_gpu_end() { +void sg_platf_new_gpu(sg_platf_gpu_cbarg_t gpu) { unsigned int iterator; void_f_void_t fun; xbt_dynar_foreach(sg_platf_gpu_cb_list, iterator, fun) {