Crinit -- Configurable Rootfs Init
|
Data Fields | |
pthread_t | threadId |
Thread identifier. | |
bool | elosStarted |
Wether or not an initial conenction to elos has been established. | |
crinitTaskDB_t * | taskDb |
Pointer to crinit task database. | |
crinitElosSession_t * | session |
Elos session handle. | |
Thread context of the elosdep main thread and elos vtable.
Thread context of the eloslog main thread.
bool crinitElosEventThread_t::elosStarted |
Wether or not an initial conenction to elos has been established.
crinitElosSession_t * crinitElosEventThread_t::session |
Elos session handle.
crinitTaskDB_t* crinitElosEventThread_t::taskDb |
Pointer to crinit task database.
pthread_t crinitElosEventThread_t::threadId |
Thread identifier.