Are there constants for UTIME_NOW
or UTIME_OMIT
?
#445
Answered
by
billziss-gh
overheadhunter
asked this question in
Q&A
-
When using the FUSE API to implement a file system, one needs to respect the magic numbers |
Beta Was this translation helpful? Give feedback.
Answered by
billziss-gh
Sep 19, 2022
Replies: 1 comment
-
WinFsp-FUSE will never send you these values. It will always send real timestamps. Relevant code: https://github.com/winfsp/winfsp/blob/master/src/dll/fuse/fuse_intf.c#L1577-L1610 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
overheadhunter
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WinFsp-FUSE will never send you these values. It will always send real timestamps.
Relevant code: https://github.com/winfsp/winfsp/blob/master/src/dll/fuse/fuse_intf.c#L1577-L1610