X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2ccb9648cab13a704a3da210c75bf91371c256cc..8cd1ef6275c48c8985e297ba1e484cbb85ba6126:/include/simgrid/plugins/file_system.h diff --git a/include/simgrid/plugins/file_system.h b/include/simgrid/plugins/file_system.h index fcc4f99408..7b9c7a55cd 100644 --- a/include/simgrid/plugins/file_system.h +++ b/include/simgrid/plugins/file_system.h @@ -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 {