Skip to content

Commit 946df8e

Browse files
Merge pull request #227 from BluEye-Robotics/jp-pino/partition-label
Add label info to StoragePartition
2 parents aa41f56 + 075ad37 commit 946df8e

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
@@ -648,6 +648,7 @@ message StoragePartition {
648648
string file_system_type = 2; // File system type of the removable storage device.
649649
string device_path = 3; // Partition device path
650650
string mount_path = 4; // Mount path of the partition.
651+
string label = 5; // Label of the partition.
651652
}
652653

653654
// Removable storage device.

0 commit comments

Comments
 (0)