X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a024b079ed581d579eecc1a138964fe5849648db..3afb7fcd5847dbd9cf2005e28d45eadcf96a399b:/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) {