X-Git-Url: http://git.sven.stormbind.net/?a=blobdiff_plain;f=libexfat%2Fexfatfs.h;h=b7b6cac5559b81a52bec4385098f42ba5a3271e2;hb=HEAD;hp=84c6f97c453eae8a28d054e539042d299a15de8d;hpb=caf0764d007be872001c7af85c5fdfa309b10464;p=sven%2Ffuse-exfat.git diff --git a/libexfat/exfatfs.h b/libexfat/exfatfs.h index 84c6f97..3618d4d 100644 --- a/libexfat/exfatfs.h +++ b/libexfat/exfatfs.h @@ -3,7 +3,7 @@ Definitions of structures and constants used in exFAT file system. Free exFAT implementation. - Copyright (C) 2010-2017 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 @@ -144,7 +144,8 @@ struct exfat_entry_meta1 /* file or directory info (part 1) */ le16_t atime, adate; /* latest access date and time */ uint8_t crtime_cs; /* creation time in cs (centiseconds) */ uint8_t mtime_cs; /* latest modification time in cs */ - uint8_t __unknown2[10]; + uint8_t crtime_tzo, mtime_tzo, atime_tzo; /* timezone offset encoded */ + uint8_t __unknown2[7]; } PACKED; STATIC_ASSERT(sizeof(struct exfat_entry_meta1) == 32);