Add shortcut for struct long_ad 's Unique ID hint that covers the lower 32
bits of the targeted files 64 bits Unique ID for recovery purposes.
This commit is contained in:
parent
0b228f5987
commit
037fe176f0
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: ecma167-udf.h,v 1.3 2006/08/25 17:43:51 reinoud Exp $ */
|
||||
/* $NetBSD: ecma167-udf.h,v 1.4 2006/08/31 21:38:14 reinoud Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2003, 2004, 2005, 2006 Reinoud Zandijk <reinoud@netbsd.org>
|
||||
|
@ -180,6 +180,7 @@ struct long_ad {
|
|||
struct UDF_ADImp_use im_used;
|
||||
} __packed impl;
|
||||
} __packed;
|
||||
#define longad_uniqueid impl.im_used.unique_id
|
||||
|
||||
|
||||
/* Extended Allocation Descriptor [4/14.14.3] ; identifies an extent of allocation descriptors ; also in UDF ? */
|
||||
|
|
Loading…
Reference in New Issue