fsautoproc
Basic file transformation automation management utility
Loading...
Searching...
No Matches
Data Structures
Here are the data structures with brief descriptions:
 Cdeng_hooks_sHook functions for file system search events
 Cdeng_state_sSearch state context provided to the diff engine as user data which is passed to the file event hook functions
 Cfdset_sA set of file descriptors for redirecting writes to stdout and stderr from child processes to log files
 Cflock_sFile lock structure for managing a single file path
 Cfsstat_sStat structure for storing the last modified time and file size
 Cindex_sIndex map structure for storing file nodes
 Cinode_sIndividual file node in the index map
 Clcmdset_sA set of system commands to execute when a file event of a specific type and file path is triggered
 Cthrd_sInitialized worker thread in the thread pool
 Ctpreq_sPending work request which contains a command set to execute on a thread in the pool, using a file node as the target