X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Ffs%2Fbattfs.h;h=e0829917ddce66b33f25a442389fd1b6f16db8ae;hb=c36d4b6e73fd7e760f1a99fd2d87d7083fd87933;hp=d5afb523212502ecff53fed2a478fa546621ee11;hpb=802cec6861e5f1988f23085b2a6849d86368628c;p=bertos.git diff --git a/bertos/fs/battfs.h b/bertos/fs/battfs.h index d5afb523..e0829917 100644 --- a/bertos/fs/battfs.h +++ b/bertos/fs/battfs.h @@ -194,6 +194,8 @@ typedef struct BattFsSuper * the entire disk in memory. */ pgcnt_t *page_array; + pgcnt_t curr_page; + bool cache_dirty; /** * Lowest address, in page array, for free pages.