aboutsummaryrefslogtreecommitdiff
path: root/mod/tenant-service.hxx
diff options
context:
space:
mode:
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 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