Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simplify the way files are described. Get rid of the stats, the
[simgrid.git] / src / simix / smx_user.c
index 6d8a67c..918687c 100644 (file)
@@ -1123,15 +1123,6 @@ int simcall_file_close(smx_file_t fp)
   return simcall_BODY_file_close(fp);  
 }
 
-/**
- * \ingroup simix_file_management
- *
- */
-int simcall_file_stat(smx_file_t fd, s_file_stat_t *buf)
-{
-  return simcall_BODY_file_stat(fd, buf);
-}
-
 /**
  * \ingroup simix_file_management
  *
@@ -1161,6 +1152,12 @@ int simcall_mc_compare_snapshots(void *s1, void *s2){
   return simcall_BODY_mc_compare_snapshots(s1, s2);
 }
 
+int simcall_mc_random(void)
+{
+  return simcall_BODY_mc_random();
+}
+
+
 #endif /* HAVE_MC */
 
 /* ****************************************************************************************** */