aboutsummaryrefslogtreecommitdiff
path: root/mod/external-handler.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-04-17 22:46:39 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-04-26 18:34:05 +0300
commit559fbe0cbdb16f0c7c3a2f33e326a3b5930fd3f3 (patch)
tree6b767619db5cd11737b3bdd6b2e7c10e100c7018 /mod/external-handler.hxx
parent86c8ca15782026e1927fd36021a8b2b2972b7d71 (diff)
Add support for overrides parameter in CI request handler
Diffstat (limited to 'mod/external-handler.hxx')
-rw-r--r--mod/external-handler.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/mod/external-handler.hxx b/mod/external-handler.hxx
index 66172d0..5a1d731 100644
--- a/mod/external-handler.hxx
+++ b/mod/external-handler.hxx
@@ -34,8 +34,11 @@ namespace brep
struct result_manifest
{
uint16_t status;
- vector<butl::manifest_name_value> values; // Note: all values, including
- // status.
+
+ // All values, including status but excluding format version and
+ // end-of-manifest.
+ //
+ vector<butl::manifest_name_value> values;
};
optional<result_manifest>