From 075ad37e21c4933474874e5f7b3a6f78f6c4078e Mon Sep 17 00:00:00 2001 From: Juan Pablo Pino Bravo Date: Mon, 15 Sep 2025 08:14:12 +0200 Subject: [PATCH] Add label info to StoragePartition --- protobuf_definitions/message_formats.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protobuf_definitions/message_formats.proto b/protobuf_definitions/message_formats.proto index e4cbfdf8..76d40f2b 100644 --- a/protobuf_definitions/message_formats.proto +++ b/protobuf_definitions/message_formats.proto @@ -621,6 +621,7 @@ message StoragePartition { string file_system_type = 2; // File system type of the removable storage device. string device_path = 3; // Partition device path string mount_path = 4; // Mount path of the partition. + string label = 5; // Label of the partition. } // Removable storage device.