diff options
author | Alasdair Kergon <agk@redhat.com> | 2002-02-25 12:56:16 +0000 |
---|---|---|
committer | Alasdair Kergon <agk@redhat.com> | 2002-02-25 12:56:16 +0000 |
commit | 413cc9189e5a77a10ce227072855141cd7af79d7 (patch) | |
tree | 57a1288121d4c70292b06c23b05f3c6c1d346178 /lib/uuid | |
parent | ca73e23fd08850c916b9bf5671adfc68384ae466 (diff) | |
download | lvm2-413cc9189e5a77a10ce227072855141cd7af79d7.tar.gz |
Begin conversion so LV id is passed to activation unit instead of
struct logical_volume.
Diffstat (limited to 'lib/uuid')
-rw-r--r-- | lib/uuid/uuid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/uuid/uuid.h b/lib/uuid/uuid.h index a84881cbd..b6245d087 100644 --- a/lib/uuid/uuid.h +++ b/lib/uuid/uuid.h @@ -10,6 +10,7 @@ #include "lvm-types.h" #define ID_LEN 32 +#define ID_LEN_S "32" struct id { uint8_t uuid[ID_LEN]; |