]> AND Public Git Repository - simgrid.git/blobdiff - src/s4u/s4u_Host.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Deprecate Activity::{get,set}_user_data().
[simgrid.git] / src / s4u / s4u_Host.cpp
index aa56f7783d2f573e82ea3fed623aebb81607cba3..63d0302aa8a33684614a84ff977992074bbe481f 100644 (file)
@@ -462,7 +462,7 @@ sg_host_t sg_host_by_name(const char* name)
 // ========== User data Layer ==========
 void* sg_host_get_data(const_sg_host_t host)
 {
-  return host->get_data();
+  return host->get_data<void>();
 }
 void sg_host_set_data(sg_host_t host, void* userdata)
 {