fsautoproc
Basic file transformation automation management utility
|
Search state context provided to the diff engine as user data which is passed to the file event hook functions. More...
Data Fields | |
slist_t * | dirqueue |
Processing directory queue. | |
deng_filter_t | ffn |
File filter function. | |
const struct deng_hooks_s * | hooks |
File event hook functions. | |
const struct index_s * | lastmap |
Previous index state. | |
struct index_s * | thismap |
Current index state. | |
Search state context provided to the diff engine as user data which is passed to the file event hook functions.
slist_t* deng_state_s::dirqueue |
Processing directory queue.
deng_filter_t deng_state_s::ffn |
File filter function.
const struct deng_hooks_s* deng_state_s::hooks |
File event hook functions.
const struct index_s* deng_state_s::lastmap |
Previous index state.
struct index_s* deng_state_s::thismap |
Current index state.