Add more test stuff
[yaffs2.git] / direct / yaffsfs.h
index 0444d8fcb1ee504cec2d79e4f4d05bee65da305f..c5e817bc6e2c0136309cb07922a9d6518ab030be 100644 (file)
@@ -147,6 +147,7 @@ struct yaffs_dirent{
     off_t d_off;                /* offset to this dirent */
     unsigned short d_reclen;    /* length of this d_name */
     char d_name [NAME_MAX+1];   /* file name (null-terminated) */
+    unsigned d_dont_use;       /* debug pointer, not for public consumption */
 };
 
 typedef struct yaffs_dirent yaffs_dirent;