diff options
author | Michael Brown <mcb30@ipxe.org> | 2015-07-20 18:17:53 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2015-07-28 15:22:26 +0100 |
commit | f0d594557c737a5fa43cae74985bc4965c1a042b (patch) | |
tree | 58d0e0fdbd9c58eaa2fb709ee53e44254ca2d3c2 /src/include/ipxe/pccrc.h | |
parent | b20d4a1522646f71ec22b541d95f9d603760a58d (diff) | |
download | ipxe-f0d594557c737a5fa43cae74985bc4965c1a042b.tar.gz |
[peerdist] Include trimmed range within content information block
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/pccrc.h')
-rw-r--r-- | src/include/ipxe/pccrc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/pccrc.h b/src/include/ipxe/pccrc.h index 5506becb0..7f0963428 100644 --- a/src/include/ipxe/pccrc.h +++ b/src/include/ipxe/pccrc.h @@ -402,6 +402,8 @@ struct peerdist_info_block { * Note that this range may exceed the overall content range. */ struct peerdist_range range; + /** Trimmed content range */ + struct peerdist_range trim; /** Block hash */ uint8_t hash[PEERDIST_DIGEST_MAX_SIZE]; }; |