X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=libexfat%2Fexfat.h;h=2342be4f531a5b0c489e81ee0710186b6a00dab2;hb=HEAD;hp=939fec06f7a15c9e205222c7c48b34bb778b1313;hpb=b747352475991e7b96183fa1014937efd3e47187;p=sven%2Ffuse-exfat.git diff --git a/libexfat/exfat.h b/libexfat/exfat.h index 939fec0..0e146e8 100644 --- a/libexfat/exfat.h +++ b/libexfat/exfat.h @@ -4,7 +4,7 @@ implementation. Free exFAT implementation. - Copyright (C) 2010-2018 Andrew Nayenko + Copyright (C) 2010-2023 Andrew Nayenko This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -89,6 +89,7 @@ struct exfat_node bool is_cached : 1; bool is_dirty : 1; bool is_unlinked : 1; + uint64_t valid_size; uint64_t size; time_t mtime, atime; le16_t name[EXFAT_NAME_MAX + 1];