Example #1
0
/**
 * \ingroup simix_file_management
 * \brief
 */
smx_file_t simcall_file_open(const char* fullpath, sg_host_t host)
{
  return simcall_BODY_file_open(fullpath, host);
}
Example #2
0
/**
 * \ingroup simix_file_management
 * \brief
 */
smx_file_t simcall_file_open(const char* mount, const char* path)
{
  return simcall_BODY_file_open(mount, path);
}