|
Crinit -- Configurable Rootfs Init
|
Header related to elos connection. More...
#include <stdbool.h>

Go to the source code of this file.
Macros | |
| #define | CRINIT_ELOSIO_FEATURE_NAME "elos" |
Functions | |
| int | crinitElosioTaskAdded (struct crinitTask_t *task) |
| int | crinitElosioActivate (struct crinitTaskDB_t *taskDb, bool sl) |
Header related to elos connection.
| #define CRINIT_ELOSIO_FEATURE_NAME "elos" |
| int crinitElosioActivate | ( | struct crinitTaskDB_t * | taskDb, |
| bool | sl | ||
| ) |
Specify if Elos should be used.
By default, Crinit will not connect to elos. If this is set to true, however, Crinit will connect to the elos daemon.
| taskDb | Task database to be informed if event occurs. |
| sl | true if elos should be used, false otherwise. |
| int crinitElosioTaskAdded | ( | struct crinitTask_t * | task | ) |
Hook which will be invoked if a new task has been added and will register the elos filters for this task.
| task | Task that has been added to elos. |