From d6a34b68d4667d4b99c1e76d63604a7bc1c9c3dd Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 25 May 2017 21:12:03 +0300 Subject: Add support for bbot agent authentication --- libbrep/build.hxx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'libbrep/build.hxx') diff --git a/libbrep/build.hxx b/libbrep/build.hxx index afa96ed..6b58402 100644 --- a/libbrep/build.hxx +++ b/libbrep/build.hxx @@ -145,6 +145,8 @@ namespace brep build (string package_name, version package_version, string configuration, string toolchain_name, version toolchain_version, + optional agent_fingerprint, + optional agent_challenge, string machine, string machine_summary, optional target); @@ -164,10 +166,16 @@ namespace brep force_state force; - // Must present for the built state, may present for the building state. + // Must be present for the built state, may be present for the building + // state. // optional status; + // May be present only for the building state. + // + optional agent_fingerprint; + optional agent_challenge; + // Present only for building and built states. // optional machine; -- cgit v1.1