Update comment with example LUKS_Info cache entry
Reflect the change made to the data model in commit:
Use BlockSpecial in LUKS_Info module cache (#767842)
7cd574cac5
This commit is contained in:
parent
6798c271c7
commit
e0390d9cd8
|
@ -29,7 +29,7 @@ namespace GParted
|
|||
|
||||
// Cache of active dm-crypt mappings.
|
||||
// Example entry:
|
||||
// {name="sdb6_crypt", major=8, minor=22, path="/dev/sdb6", offset=2097152, length=534773760}
|
||||
// {name="sdb6_crypt", container=BlockSpecial{"/dev/sdb6", 8, 22}, offset=2097152, length=534773760}
|
||||
std::vector<LUKS_Mapping> LUKS_Info::luks_mapping_cache;
|
||||
|
||||
bool LUKS_Info::cache_initialised = false;
|
||||
|
|
Loading…
Reference in New Issue