Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add first steps for a TAG tutorial
[simgrid.git] / src / include / simgrid / platf_interface.h
index a92b8ef..691f238 100644 (file)
@@ -38,6 +38,14 @@ typedef void (*sg_platf_storage_type_cb_t)(sg_platf_storage_type_cbarg_t);
 typedef void (*sg_platf_mount_cb_t)(sg_platf_mount_cbarg_t);
 typedef void (*sg_platf_mstorage_cb_t)(sg_platf_mstorage_cbarg_t);
 
+/* ***************************************** */
+/* TUTORIAL: New TAG                         */
+
+typedef void (*sg_platf_gpu_cb_t)(sg_platf_gpu_cbarg_t);
+void sg_platf_gpu_add_cb(sg_platf_gpu_cb_t);
+/* ***************************************** */
+
+
 void sg_platf_host_add_cb(sg_platf_host_cb_t);
 void sg_platf_host_link_add_cb(sg_platf_host_link_cb_t);
 void sg_platf_router_add_cb(sg_platf_router_cb_t);