From 4854405a9c678835e18149c5c696ceceb37c54fe Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 2 Apr 2024 16:42:43 +0200 Subject: Review --- mod/tenant-service.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod/tenant-service.hxx') diff --git a/mod/tenant-service.hxx b/mod/tenant-service.hxx index b7f5c02..d0cd6ea 100644 --- a/mod/tenant-service.hxx +++ b/mod/tenant-service.hxx @@ -71,7 +71,8 @@ namespace brep // service data. It should return the new data or nullopt if no update is // necessary. Note: tenant_service::data passed to the callback and to the // returned function may not be the same. Also, the returned function may - // be called multiple times (on transaction retries). + // be called multiple times (on transaction retries). Note that the passed + // log_writer is valid during the calls to the returned function. // // The passed initial_state indicates the logical initial state and is // either absent, `building` (interrupted), or `built` (rebuild). Note -- cgit v1.1