From f0d594557c737a5fa43cae74985bc4965c1a042b Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 20 Jul 2015 18:17:53 +0100 Subject: [peerdist] Include trimmed range within content information block Signed-off-by: Michael Brown --- src/include/ipxe/pccrc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') 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]; }; -- cgit v1.2.3-55-g7522