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

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>

Collaboration diagram for tpreq_s:

Data Fields

struct lcmdset_s ** cs
 command set to execute
 
struct inode_snode
 File node to pass to the command set.
 
int flags
 Trigger flags for the command set.
 

Detailed Description

Pending work request which contains a command set to execute on a thread in the pool, using a file node as the target.

Field Documentation

◆ cs

struct lcmdset_s** tpreq_s::cs

command set to execute

◆ flags

int tpreq_s::flags

Trigger flags for the command set.

◆ node

struct inode_s* tpreq_s::node

File node to pass to the command set.


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