Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
document an ugly pimple in the code that were added for autorestart to work
[simgrid.git] / src / surf / sg_platf.c
index e56cf6b..0af5c72 100644 (file)
@@ -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) {