diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-06-07 10:17:30 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-12-10 16:34:15 +0200 |
commit | 24415b406a6457638fc4e5435bab9fed987d01ba (patch) | |
tree | 6c97d7d4696d515000037341c4c5deff1224e498 /mod/tenant-service.hxx | |
parent | 8ef7e9ca2dc95d1f1b49c032c6ca0355ab88e519 (diff) |
Plan and prepare for upcoming restructuring
Diffstat (limited to 'mod/tenant-service.hxx')
-rw-r--r-- | mod/tenant-service.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/tenant-service.hxx b/mod/tenant-service.hxx index c46cb7b..6a982ea 100644 --- a/mod/tenant-service.hxx +++ b/mod/tenant-service.hxx @@ -127,7 +127,8 @@ 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, abandoned with ci_start::abandon(). + // or, alternatively, abandoned with ci_start::cancel() (in which case the + // returned callback should be NULL). // // Note: make sure the implementation of this notification does not take // too long (currently 40 seconds) to avoid nested notifications. Note |