summaryrefslogtreecommitdiffstats
path: root/lib/label/label.h
diff options
context:
space:
mode:
authorPatrick Caulfield <pcaulfie@redhat.com>2001-12-12 09:05:44 +0000
committerPatrick Caulfield <pcaulfie@redhat.com>2001-12-12 09:05:44 +0000
commit8a51c23765fbdec6482af5d4410d8bc9f10ecc5a (patch)
treed8e41ead9126c7597b0303587b2b49ee9f9e2e03 /lib/label/label.h
parentf4a7ce7c49ef3048865901ceb139af08d8a91ae1 (diff)
downloadlvm2-8a51c23765fbdec6482af5d4410d8bc9f10ecc5a.tar.gz
lvm2-8a51c23765fbdec6482af5d4410d8bc9f10ecc5a.tar.xz
lvm2-8a51c23765fbdec6482af5d4410d8bc9f10ecc5a.zip
Use a proper CRC calculation.
Diffstat (limited to 'lib/label/label.h')
-rw-r--r--lib/label/label.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/label/label.h b/lib/label/label.h
index 0177976d..0850f4cc 100644
--- a/lib/label/label.h
+++ b/lib/label/label.h
@@ -7,7 +7,7 @@
struct label
{
uint32_t magic;
- uint32_t checksum;
+ uint32_t crc;
uint16_t datalen;
char disk_type[32];