|
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_set * | fpatterns |
| Compiled patterns used for file path matching. | |
| str_set * | syscmds |
Commands to pass to system(3) | |
| char * | name |
| Command set name or description for logging. | |
| _Atomic 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_set* lcmdset_s::fpatterns |
Compiled patterns used for file path matching.
| _Atomic 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.
| str_set* lcmdset_s::syscmds |
Commands to pass to system(3)