summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ipxe/pccrc.h2
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];
};