diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-10-21 11:10:47 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-22 07:56:00 +0200 |
commit | de4d7616b37f7d0c3bb3a2f0a3a60e4693472675 (patch) | |
tree | 2bfd3f954ee4f865eaf5930dbe5a3967041dc87c /mod/tenant-service.hxx | |
parent | 639e53e0e1cc2f60f1560ace50bd11951c5744b1 (diff) |
Sketch
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 |