mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
[peerdist] Include trimmed range within content information block
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user