summaryrefslogtreecommitdiffstats
path: root/src/os/DBObjectMap.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/DBObjectMap.cc')
-rw-r--r--src/os/DBObjectMap.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/os/DBObjectMap.cc b/src/os/DBObjectMap.cc
index 7da9a67be62..65627b5f818 100644
--- a/src/os/DBObjectMap.cc
+++ b/src/os/DBObjectMap.cc
@@ -519,6 +519,11 @@ bufferlist DBObjectMap::DBObjectMapIteratorImpl::value()
return cur_iter->value();
}
+std::string_view DBObjectMap::DBObjectMapIteratorImpl::value_as_sv()
+{
+ return cur_iter->value_as_sv();
+}
+
int DBObjectMap::DBObjectMapIteratorImpl::status()
{
return r;