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

Parameters for the differential file search process. More...

#include <deng.h>

Collaboration diagram for deng_params_s:

Data Fields

const char * sd
 Search directory root.
 
deng_filter_t filter
 File filter function.
 
const struct deng_hooks_shooks
 File event hook functions.
 
const struct index_sold
 Previous index state.
 
struct index_snew
 Current index state.
 

Detailed Description

Parameters for the differential file search process.

Field Documentation

◆ filter

deng_filter_t deng_params_s::filter

File filter function.

◆ hooks

const struct deng_hooks_s* deng_params_s::hooks

File event hook functions.

◆ new

struct index_s* deng_params_s::new

Current index state.

◆ old

const struct index_s* deng_params_s::old

Previous index state.

◆ sd

const char* deng_params_s::sd

Search directory root.


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