trying to account for cross-seed
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
|
||||
public interface IHardlinkFileService
|
||||
{
|
||||
ulong GetHardLinkCount(string filePath);
|
||||
void PopulateInodeCounts(string directoryPath);
|
||||
ulong GetHardLinkCount(string filePath, bool ignoreRootDir);
|
||||
}
|
||||
Reference in New Issue
Block a user