Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Declare functions "const" (round #2).
[simgrid.git] / include / simgrid / plugins / file_system.h
index fcc4f99..7b9c7a5 100644 (file)
@@ -146,7 +146,7 @@ public:
   int remote_move(sg_host_t host, const char* fullpath);
 
   int unlink() const; /** Remove a file from the contents of a disk */
-  void dump();
+  void dump() const;
 };
 
 class XBT_PUBLIC FileSystemDiskExt {