Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar
[simgrid.git] / examples / c / io-file-system / io-file-system.c
index 6d2399f..c860102 100644 (file)
@@ -17,7 +17,7 @@
 
 XBT_LOG_NEW_DEFAULT_CATEGORY(io_file_system, "Messages specific for this io example");
 
-static void show_info(unsigned int disk_count, sg_disk_t* disks)
+static void show_info(unsigned int disk_count, const sg_disk_t* disks)
 {
   XBT_INFO("Storage info on %s:", sg_host_self_get_name());