From 19c8efe49f23569a53e928488c460e0d3b20cf8a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 16 May 2024 14:20:39 +0200 Subject: Sketch --- libbrep/package.hxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libbrep/package.hxx') diff --git a/libbrep/package.hxx b/libbrep/package.hxx index 45008d4..b66fade 100644 --- a/libbrep/package.hxx +++ b/libbrep/package.hxx @@ -265,6 +265,12 @@ namespace brep optional service; // Note: foreign-mapped in build. + // If the tenant is loaded, this value is absent. Otherwise it is the time + // of the last attempt to load the tenant (see the build_unloaded() tenant + // services notification for details). + // + optional loaded_timestamp; + // Note that due to the implementation complexity and performance // considerations, the service notifications are not synchronized. This // leads to a potential race, so that before we have sent the `queued` -- cgit v1.1