1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-08-08 13:49:47 +00:00

Save and read label and uuid to the database

This commit is contained in:
King_DuckZ 2016-06-04 01:03:20 +02:00
parent 55a61526dc
commit 7117ff7be2
11 changed files with 42 additions and 20 deletions

View file

@ -138,6 +138,8 @@ namespace mchlib {
struct SetRecordDataFull : public SetRecordData {
std::string name;
std::string disk_label;
std::string fs_uuid;
uint32_t disk_number;
};