aboutsummaryrefslogtreecommitdiff
path: root/mod/tenant-service.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2024-04-02 16:42:43 +0200
committerFrancois Kritzinger <francois@codesynthesis.com>2024-04-24 15:14:54 +0200
commite448f23a6e7a32b6dcfb5cf546c8c8658882bcc1 (patch)
tree06fae6295ce5a292b30e77e428a33bf1554237f4 /mod/tenant-service.hxx
parenta88057d6c14f30edc58540909323167d6e79b80c (diff)
Review
Diffstat (limited to 'mod/tenant-service.hxx')
-rw-r--r--mod/tenant-service.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/tenant-service.hxx b/mod/tenant-service.hxx
index 9205f76..52860b7 100644
--- a/mod/tenant-service.hxx
+++ b/mod/tenant-service.hxx
@@ -70,7 +70,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