From 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 20:24:20 +0200 Subject: Adding upstream version 14.2.21. Signed-off-by: Daniel Baumann --- src/rgw/rgw_notify.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/rgw/rgw_notify.h (limited to 'src/rgw/rgw_notify.h') diff --git a/src/rgw/rgw_notify.h b/src/rgw/rgw_notify.h new file mode 100644 index 00000000..5b480c0e --- /dev/null +++ b/src/rgw/rgw_notify.h @@ -0,0 +1,27 @@ +// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- +// vim: ts=8 sw=2 smarttab + +#pragma once + +#include +#include "common/ceph_time.h" +#include "rgw_notify_event_type.h" + +// forward declarations +class RGWRados; +class req_state; +struct rgw_obj_key; + +namespace rgw::notify { + +// publish notification +int publish(const req_state* s, + const rgw_obj_key& key, + uint64_t size, + const ceph::real_time& mtime, + const std::string& etag, + EventType event_type, + RGWRados* store); + +} + -- cgit v1.2.3