From d4900d85f7a5d791f89821713d02d3dd19361044 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 22 Feb 2024 11:17:25 +0300 Subject: Add support for tenant-associated service notifications --- mod/page.hxx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'mod/page.hxx') diff --git a/mod/page.hxx b/mod/page.hxx index f3c27d5..cac2b8b 100644 --- a/mod/page.hxx +++ b/mod/page.hxx @@ -473,7 +473,12 @@ namespace brep bool a, const string& h, const dir_path& r): - build_ (b), archived_ (a), host_ (h), root_ (r) {} + build_ (b), archived_ (a), host_ (h), root_ (r) + { + // We don't expect a queued build to ever be displayed. + // + assert (build_.state != build_state::queued); + } void operator() (xml::serializer&) const; -- cgit v1.1