2012-03-08 Tristan Gingold <gingold@adacore.com>
* lbr.h (struct vms_lhd): Add comments.
This commit is contained in:
parent
75543537a1
commit
34903c1c25
@ -1,3 +1,7 @@
|
|||||||
|
2012-03-08 Tristan Gingold <gingold@adacore.com>
|
||||||
|
|
||||||
|
* lbr.h (struct vms_lhd): Add comments.
|
||||||
|
|
||||||
2010-05-27 Tristan Gingold <gingold@adacore.com>
|
2010-05-27 Tristan Gingold <gingold@adacore.com>
|
||||||
|
|
||||||
* lbr.h: Improve comments.
|
* lbr.h: Improve comments.
|
||||||
|
@ -87,7 +87,10 @@ struct vms_lhd
|
|||||||
unsigned char nextvbn[4];
|
unsigned char nextvbn[4];
|
||||||
|
|
||||||
/* Free pre-allocated index block. */
|
/* Free pre-allocated index block. */
|
||||||
|
/* Number of free blocks. */
|
||||||
unsigned char freidxblk[4];
|
unsigned char freidxblk[4];
|
||||||
|
/* VBN of a simply linked list of free blocks. The list is terminated by a
|
||||||
|
nul VBN. */
|
||||||
unsigned char freeidx[4];
|
unsigned char freeidx[4];
|
||||||
|
|
||||||
/* Highest pre-allocated index block and in use. */
|
/* Highest pre-allocated index block and in use. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user