2012-03-08 Tristan Gingold <gingold@adacore.com>
authorTristan Gingold <gingold@adacore.com>
Thu, 8 Mar 2012 14:14:52 +0000 (14:14 +0000)
committerTristan Gingold <gingold@adacore.com>
Thu, 8 Mar 2012 14:14:52 +0000 (14:14 +0000)
* lbr.h (struct vms_lhd): Add comments.

include/vms/ChangeLog
include/vms/lbr.h

index 788d8d8..bb2dfeb 100644 (file)
@@ -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>
 
        * lbr.h: Improve comments.
index bdb436a..fd3c256 100644 (file)
@@ -87,7 +87,10 @@ struct vms_lhd
   unsigned char nextvbn[4];
 
   /* Free pre-allocated index block.  */
+  /* Number of free blocks.  */
   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];
 
   /* Highest pre-allocated index block and in use.  */