Skip to content

Commit cc4d4ba

Browse files
authored
Merge pull request #323 from rdkcentral/topic/RDKEMW-5406
RDKEMW-5406: Response param for "org.rdk.SharedStorage.getStorageSizes" is not returned as expected
2 parents aafcca8 + b138ff2 commit cc4d4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/SharedStorage/ISharedStorage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ namespace Exchange {
9797
~ISharedStorageInspector() override = default;
9898

9999
struct NamespaceSize {
100-
string ns;
100+
string ns /* @text:namespace */;
101101
uint32_t size;
102102
};
103103

0 commit comments

Comments
 (0)