fsautoproc
Basic file transformation automation management utility
Loading...
Searching...
No Matches
deng_state_s Struct Reference

Search state context provided to the diff engine as user data which is passed to the file event hook functions. More...

Collaboration diagram for deng_state_s:

Data Fields

slist_t * dirqueue
 Processing directory queue.
 
deng_filter_t ffn
 File filter function.
 
const struct deng_hooks_shooks
 File event hook functions.
 
const struct index_slastmap
 Previous index state.
 
struct index_sthismap
 Current index state.
 

Detailed Description

Search state context provided to the diff engine as user data which is passed to the file event hook functions.

Field Documentation

◆ dirqueue

slist_t* deng_state_s::dirqueue

Processing directory queue.

◆ ffn

deng_filter_t deng_state_s::ffn

File filter function.

◆ hooks

const struct deng_hooks_s* deng_state_s::hooks

File event hook functions.

◆ lastmap

const struct index_s* deng_state_s::lastmap

Previous index state.

◆ thismap

struct index_s* deng_state_s::thismap

Current index state.


The documentation for this struct was generated from the following file: