fsautoproc
Basic file transformation automation management utility
|
File hash request structure for processing file hash changes. More...
#include <xx.h>
Data Fields | |
uint8_t * | b |
Buffer for reading file data. | |
const char * | fp |
Filepath to hash. | |
const struct fsstat_s * | pst |
Previous file stat info, may be NULL. | |
const struct fsstat_s * | cst |
Current file stat info. | |
uint64_t | pxx |
Previous xxHash64 value, or 0 if unknown. | |
const char * | cause |
Optional cause string for logging, may be NULL. | |
File hash request structure for processing file hash changes.
uint8_t* xxreq_s::b |
Buffer for reading file data.
const char* xxreq_s::cause |
Optional cause string for logging, may be NULL.
const struct fsstat_s* xxreq_s::cst |
Current file stat info.
const char* xxreq_s::fp |
Filepath to hash.
const struct fsstat_s* xxreq_s::pst |
Previous file stat info, may be NULL.
uint64_t xxreq_s::pxx |
Previous xxHash64 value, or 0 if unknown.