|
Crinit -- Configurable Rootfs Init
|

Data Fields | |
| crinitTaskDB_t * | ctx |
| The TaskDB context to update on task state changes. | |
| const crinitTask_t * | t |
| The task to run. | |
| crinitDispatchThreadMode_t | mode |
| Select between start and stop commands. | |
Struct wrapper for arguments to dispatchThreadFunc
| crinitTaskDB_t* crinitDispThrArgs_t::ctx |
The TaskDB context to update on task state changes.
| crinitDispatchThreadMode_t crinitDispThrArgs_t::mode |
Select between start and stop commands.
| const crinitTask_t* crinitDispThrArgs_t::t |
The task to run.