summaryrefslogtreecommitdiffstats
path: root/src/rgw/driver/posix/rgw_sal_posix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/driver/posix/rgw_sal_posix.h')
-rw-r--r--src/rgw/driver/posix/rgw_sal_posix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rgw/driver/posix/rgw_sal_posix.h b/src/rgw/driver/posix/rgw_sal_posix.h
index a2a5e5fdda9..739e7ef7a61 100644
--- a/src/rgw/driver/posix/rgw_sal_posix.h
+++ b/src/rgw/driver/posix/rgw_sal_posix.h
@@ -625,7 +625,7 @@ public:
const char *if_match, const char *if_nomatch,
const std::string *user_data,
rgw_zone_set *zones_trace, bool *canceled,
- optional_yield y) override;
+ const req_context& rctx) override;
};
class POSIXMultipartWriter : public StoreWriter {
@@ -664,7 +664,7 @@ public:
const char *if_match, const char *if_nomatch,
const std::string *user_data,
rgw_zone_set *zones_trace, bool *canceled,
- optional_yield y) override;
+ const req_context& rctx) override;
};