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

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.
 

Detailed Description

A set of system commands to execute when a file event of a specific type and file path is triggered.

Field Documentation

◆ fpatterns

regex_t** lcmdset_s::fpatterns

Compiled regex patterns used for file path matching.

◆ msspent

uint64_t lcmdset_s::msspent

Sum milliseconds spent executing commands.

◆ name

char* lcmdset_s::name

Command set name or description for logging.

◆ onflags

int lcmdset_s::onflags

Command set trigger bit flags.

◆ syscmds

slist_t* lcmdset_s::syscmds

Commands to pass to system(3)


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