fsautoproc
Basic file transformation automation management utility
|
Pending work request which contains a command set to execute on a thread in the pool, using a file node as the target. More...
#include <tp.h>
Data Fields | |
struct lcmdset_s ** | cs |
command set to execute | |
struct inode_s * | node |
File node to pass to the command set. | |
int | flags |
Trigger flags for the command set. | |
Pending work request which contains a command set to execute on a thread in the pool, using a file node as the target.
struct lcmdset_s** tpreq_s::cs |
command set to execute
int tpreq_s::flags |
Trigger flags for the command set.
struct inode_s* tpreq_s::node |
File node to pass to the command set.