From 57f6378aea619ceb07b935012772bd4698e6a2be Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 17 May 2024 17:27:44 +0300 Subject: Add support for build_unloaded() notification for tenant-associated services --- mod/tenant-service.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/tenant-service.hxx') diff --git a/mod/tenant-service.hxx b/mod/tenant-service.hxx index 2ec9cf6..48f525a 100644 --- a/mod/tenant-service.hxx +++ b/mod/tenant-service.hxx @@ -124,13 +124,13 @@ namespace brep // This notification is only made on unloaded CI requests created with the // ci_start::create() call and until they are loaded with ci_start::load() - // or, alternatively, ci_start::abandon(). + // or, alternatively, abandoned with ci_start::abandon(). // class tenant_service_build_unloaded: public virtual tenant_service_base { public: virtual function (const tenant_service&)> - build_unloaded (const tenant_service&, + build_unloaded (tenant_service&&, const diag_epilogue& log_writer) const noexcept = 0; }; -- cgit v1.1