aboutsummaryrefslogtreecommitdiff
path: root/libbrep/package.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-03-13 16:09:48 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-03-26 20:41:21 +0300
commit6ccee38f43493f8f6e87bab549e9ef952244f39a (patch)
tree3c75f102175fc6a566234e904a818dcd74029755 /libbrep/package.cxx
parentf7327a0b3cd6723cb289819bad1d664cfd5d6618 (diff)
Add support for interactive CI mode
Diffstat (limited to 'libbrep/package.cxx')
-rw-r--r--libbrep/package.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/libbrep/package.cxx b/libbrep/package.cxx
index 564fec7..65fa1ba 100644
--- a/libbrep/package.cxx
+++ b/libbrep/package.cxx
@@ -40,8 +40,10 @@ namespace brep
// tenant
//
tenant::
- tenant (string i)
+ tenant (string i, bool p, optional<string> r)
: id (move (i)),
+ private_ (p),
+ interactive (move (r)),
creation_timestamp (timestamp::clock::now ())
{
}