mirror of
https://github.com/ceph/ceph
synced 2025-02-21 18:17:42 +00:00
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:
commit
8df799f985
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user