Stat structure for storing the last modified time and file size.
Definition fs.h:10
File hash request structure for processing file hash changes.
Definition xx.h:15
const char * fp
Filepath to hash.
Definition xx.h:17
const struct fsstat_s * pst
Previous file stat info, may be NULL.
Definition xx.h:18
uint8_t * b
Buffer for reading file data.
Definition xx.h:16
const char * cause
Optional cause string for logging, may be NULL.
Definition xx.h:21
const struct fsstat_s * cst
Current file stat info.
Definition xx.h:19
uint64_t pxx
Previous xxHash64 value, or 0 if unknown.
Definition xx.h:20
uint64_t xxupdate(const struct xxreq_s *req)
Processes a file hash request. If the file's last modified time or size differ from the previous stat...
Definition xx.c:51