Merge pull request #49657 from dang/wip-dang-motr-build

Fix MOTRStore build

Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
Daniel Gryniewicz 2023-01-06 11:47:47 -05:00 committed by GitHub
commit 8df799f985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2975,7 +2975,7 @@ std::unique_ptr<Completions> MotrStore::get_completions(void)
}
std::unique_ptr<Notification> 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<MotrNotification>(obj, src_obj, event_type);
}