mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Added debug mount() method.
This commit is contained in:
@@ -101,6 +101,11 @@ namespace DiscImageChef.Filesystems
|
||||
/// </summary>
|
||||
public abstract Errno Mount();
|
||||
|
||||
/// <summary>
|
||||
/// Initializates whatever internal structures the filesystem plugin needs to be able to read files and directories from the filesystem.
|
||||
/// </summary>
|
||||
public abstract Errno Mount(bool debug);
|
||||
|
||||
/// <summary>
|
||||
/// Frees all internal structures created by <see cref="Mount"/>
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user