|
fsautoproc
Basic file transformation automation management utility
|
Parameters for the differential file search process. More...
#include <deng.h>

Data Fields | |
| const char * | sd |
| Search directory root. | |
| deng_filter_t | filter |
| File filter function. | |
| const struct deng_hooks_s * | hooks |
| File event hook functions. | |
| const struct index_s * | old |
| Previous index state. | |
| struct index_s * | new |
| Current index state. | |
Parameters for the differential file search process.
| deng_filter_t deng_params_s::filter |
File filter function.
| const struct deng_hooks_s* deng_params_s::hooks |
File event hook functions.
| struct index_s* deng_params_s::new |
Current index state.
| const struct index_s* deng_params_s::old |
Previous index state.
| const char* deng_params_s::sd |
Search directory root.