Skip to content

Commit 76bcb11

Browse files
authored
RDKEMW-5406: Response param for "org.rdk.SharedStorage.getStorageSizes" is not returned as expected
Reason for Change: Fixed the Response param for "org.rdk.SharedStorage.getStorageSizes" Test Procedure: Test- org.rdk.SharedStorage.getStorageSizes API Risks: Low Priority: P1 Signed-off-by:Dineshkumar P [[email protected]]
1 parent 9a21589 commit 76bcb11

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)