*** empty log message ***
[yaffs/.git] / yaffs_guts.h
index 855354296f944cd44a2e153dd06ccb2440e233fa..b42c7cb9100008adc622da25401dc7138f91b6b7 100644 (file)
@@ -11,6 +11,8 @@
  * it under the terms of the GNU Lesser General Public License version 2.1 as
  * published by the Free Software Foundation.
  *
+ *
+ * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
  */
 
 #ifndef __YAFFS_GUTS_H__
@@ -442,8 +444,9 @@ struct yaffs_DeviceStruct
        // Stuff for background deletion and unlinked files.
        yaffs_Object *unlinkedDir;              // Directory where unlinked and deleted files live.
        yaffs_Object *unlinkedDeletion; // Current file being background deleted.
-       int  nDeletedFiles;                             // Count of files awaiting deletion;
-       
+       int nDeletedFiles;                              // Count of files awaiting deletion;
+       int nUnlinkedFiles;                             // Count of unlinked files. 
+       int nBackgroundDeletions;                       // Count of background deletions.       
        
 };