diff options
| author | Michael Brown | 2015-07-20 19:17:53 +0200 |
|---|---|---|
| committer | Michael Brown | 2015-07-28 16:22:26 +0200 |
| commit | f0d594557c737a5fa43cae74985bc4965c1a042b (patch) | |
| tree | 58d0e0fdbd9c58eaa2fb709ee53e44254ca2d3c2 /src/include | |
| parent | [netdevice] Allow network devices to disclaim IRQ support at runtime (diff) | |
| download | ipxe-f0d594557c737a5fa43cae74985bc4965c1a042b.tar.gz ipxe-f0d594557c737a5fa43cae74985bc4965c1a042b.tar.xz ipxe-f0d594557c737a5fa43cae74985bc4965c1a042b.zip | |
[peerdist] Include trimmed range within content information block
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
| -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]; }; |
