mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Filesystems should be public.
This commit is contained in:
@@ -56,7 +56,7 @@ namespace DiscImageChef.Filesystems
|
||||
* It can also be encoded little or big endian.
|
||||
* Because of this variations, ZFS stored a header indicating the used encoding and endianess before the encoded nvlist.
|
||||
*/
|
||||
class ZFS : Filesystem
|
||||
public class ZFS : Filesystem
|
||||
{
|
||||
const ulong ZEC_Magic = 0x0210DA7AB10C7A11;
|
||||
const ulong ZEC_Cigam = 0x117A0CB17ADA1002;
|
||||
|
||||
Reference in New Issue
Block a user