aboutsummaryrefslogtreecommitdiff
path: root/mod/external-handler.hxx
diff options
context:
space:
mode:
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>