![]() |
STASIS
A pipeline delivery generator
|
Data Fields | |
| struct MultiProcessingTask * | task |
| Array of tasks to execute. | |
| size_t | num_used |
| Number of tasks populated in the task array. | |
| size_t | num_alloc |
| Number of tasks allocated by the task array. | |
| char | ident [255] |
| Identity of task pool. | |
| char | log_root [PATH_MAX] |
| Base directory to store stderr/stdout log files. | |
| int | status_interval |
| Report a pooled task is "running" every n seconds. | |
| struct Semaphore | semaphore |