From 58ef415b65f9ed22bbd9bc2043770e6d3fdd6832 Mon Sep 17 00:00:00 2001 From: Daniel Gryniewicz Date: Thu, 5 Jan 2023 14:59:12 -0500 Subject: [PATCH] Fix MOTRStore build Signed-off-by: Daniel Gryniewicz --- src/rgw/rgw_sal_motr.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_sal_motr.cc b/src/rgw/rgw_sal_motr.cc index fdbe14f1174b..81d801782aae 100644 --- a/src/rgw/rgw_sal_motr.cc +++ b/src/rgw/rgw_sal_motr.cc @@ -2975,7 +2975,7 @@ std::unique_ptr MotrStore::get_completions(void) } std::unique_ptr MotrStore::get_notification(Object* obj, Object* src_obj, req_state* s, - rgw::notify::EventType event_type, const string* object_name) + rgw::notify::EventType event_type, optional_yield y, const string* object_name) { return std::make_unique(obj, src_obj, event_type); } -- 2.47.3