]> git.sven.stormbind.net Git - sven/fuse-exfat.git/blobdiff - libexfat/exfat.h
Update upstream source from tag 'upstream/1.4.0'
[sven/fuse-exfat.git] / libexfat / exfat.h
index 939fec06f7a15c9e205222c7c48b34bb778b1313..0e146e8f4d916ff1dd5557f7131032f2b91c8d11 100644 (file)
@@ -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];