Add LUKS role. Both open and closed LUKS "filesystems" should use this.

This commit is contained in:
Teo Mrnjavac 2016-04-15 15:10:14 +02:00
parent 9970fb7b1d
commit 12e7da5b1c
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ public:
Extended = 2, /**< Extended */
Logical = 4, /**< Logical inside an extended */
Unallocated = 8, /**< No real Partition, just unallocated space */
LUKS = 16,
Any = 255 /**< In case we're looking for a Partition with a PartitionRole, any will do */
};