fsautoproc
Basic file transformation automation management utility
|
A set of system commands to execute when a file event of a specific type and file path is triggered. More...
#include <lcmd.h>
Data Fields | |
int | onflags |
Command set trigger bit flags. | |
regex_t ** | fpatterns |
Compiled regex patterns used for file path matching. | |
slist_t * | syscmds |
Commands to pass to system(3) | |
char * | name |
Command set name or description for logging. | |
uint64_t | msspent |
Sum milliseconds spent executing commands. | |
A set of system commands to execute when a file event of a specific type and file path is triggered.
regex_t** lcmdset_s::fpatterns |
Compiled regex patterns used for file path matching.
uint64_t lcmdset_s::msspent |
Sum milliseconds spent executing commands.
char* lcmdset_s::name |
Command set name or description for logging.
int lcmdset_s::onflags |
Command set trigger bit flags.
slist_t* lcmdset_s::syscmds |
Commands to pass to system(3)