Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Finally succeed to bring back all the needed information from SURF to
[simgrid.git] / src / simix / smx_user.c
index 56c1f0f..15b9899 100644 (file)
@@ -1235,6 +1235,15 @@ size_t simcall_file_get_size (smx_file_t fd){
   return simcall_BODY_file_get_size(fd);
 }
 
+/**
+ * \ingroup simix_file_management
+ *
+ */
+xbt_dynar_t simcall_file_get_info(smx_file_t fd)
+{
+  return simcall_BODY_file_get_info(fd);
+}
+
 /**
  * \ingroup simix_storage_management
  * \brief Return the free size on a given storage element.