diff --git a/Structs/Filesystems.cs b/Structs/Filesystems.cs index 3415884..f85c274 100644 --- a/Structs/Filesystems.cs +++ b/Structs/Filesystems.cs @@ -147,7 +147,9 @@ namespace DiscImageChef.CommonTypes.Structs /// If file is deleted, contents should be stored, for a possible future undeletion Undeletable = 0x800000000000, /// File is a pipe - Pipe = 0x1000000000000 + Pipe = 0x1000000000000, + /// File is a socket + Socket = 0x2000000000000 } ///