Skip to content

Commit 075ad37

Browse files
committed
Add label info to StoragePartition
1 parent ac052e1 commit 075ad37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,7 @@ message StoragePartition {
621621
string file_system_type = 2; // File system type of the removable storage device.
622622
string device_path = 3; // Partition device path
623623
string mount_path = 4; // Mount path of the partition.
624+
string label = 5; // Label of the partition.
624625
}
625626

626627
// Removable storage device.

0 commit comments

Comments
 (0)